src/jdk.net/linux/native/libextnet/LinuxSocketOptions.c
branchihse-jdk-library-branch
changeset 56454 82c3ae69914f
parent 47733 fbfe06b70e16
child 56687 f0d5c39dfbc1
equal deleted inserted replaced
56435:e177cddcbf77 56454:82c3ae69914f
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    28 #include <unistd.h>
    28 #include <unistd.h>
    29 
    29 
    30 #include <jni.h>
    30 #include <jni.h>
    31 #include <netinet/tcp.h>
    31 #include <netinet/tcp.h>
    32 #include "jni_util.h"
    32 #include "jni_util.h"
       
    33 #include "jdk_net_LinuxSocketOptions.h"
    33 
    34 
    34 /*
    35 /*
    35  * Class:     jdk_net_LinuxSocketOptions
    36  * Class:     jdk_net_LinuxSocketOptions
    36  * Method:    setQuickAck
    37  * Method:    setQuickAck
    37  * Signature: (II)V
    38  * Signature: (II)V