All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-native.netinet.tcp.c Maven / Gradle / Ivy

The newest version!
#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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy