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

jdk.internal.sys.posix.NetinetTcp Maven / Gradle / Ivy

package jdk.internal.sys.posix;

import static org.qbicc.runtime.CNative.*;

/**
 *
 */
@define(value = "_POSIX_C_SOURCE", as = "200809L")
@include("")
public class NetinetTcp {
    public static final c_int TCP_NODELAY = constant();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy