#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H

#ifdef __cplusplus
extern "C" {
#endif

#define TCP_NODELAY      0x2004

#ifdef __cplusplus
}
#endif

#endif /* _NETINET_TCP_H */