Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
tcp.h
Go to the documentation of this file.
1
34#ifndef _NETINET_TCP_H_
35#define _NETINET_TCP_H_
36
37#ifdef __cplusplus
38extern "C" {
39#endif
40
42#define TCP_NODELAY (1)
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* _NETINET_TCP_H_ */