home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / structtcp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  261 b   |  13 lines

  1. #ifndef STRUCT_TCP_H
  2. #define STRUCT_TCP_H
  3.  
  4. /* On an optimal system, this file would contain solely: */
  5. /* #include <netinet/tcp_var.h> */
  6.  
  7. #include <netinet/tcp.h>
  8. #include <netinet/tcp_fsm.h>
  9. #include <netinet/tcp_timer.h>
  10. #include <netinet/tcp_var.h>
  11.  
  12. #endif
  13.