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

scala.scalanative.posix.netinet.tcp.scala Maven / Gradle / Ivy

There is a newer version: 0.5.5
Show newest version
package scala.scalanative.posix.netinet

import scalanative.unsafe._

@extern
@define("__SCALANATIVE_POSIX_NETINET_TCP")
object tcp {

  @name("scalanative_tcp_nodelay")
  def TCP_NODELAY: CInt = extern
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy