scala-native.netinet.tcp.c Maven / Gradle / Ivy
#if defined(SCALANATIVE_COMPILE_ALWAYS) || \
defined(__SCALANATIVE_POSIX_NETINET_TCP)
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include
#else
#ifdef __OpenBSD__
#include
#endif
#include
#endif
int scalanative_tcp_nodelay() { return TCP_NODELAY; }
#endif