jdk/src/java.base/unix/native/libnet/net_util_md.c
changeset 28059 e576535359cc
parent 27178 885f4428b501
child 30963 88469d06e03f
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  1431     }
  1431     }
  1432 #endif
  1432 #endif
  1433 
  1433 
  1434     /*
  1434     /*
  1435      * On Linux the receive buffer is used for both socket
  1435      * On Linux the receive buffer is used for both socket
  1436      * structures and the the packet payload. The implication
  1436      * structures and the packet payload. The implication
  1437      * is that if SO_RCVBUF is too small then small packets
  1437      * is that if SO_RCVBUF is too small then small packets
  1438      * must be discard.
  1438      * must be discard.
  1439      */
  1439      */
  1440 #ifdef __linux__
  1440 #ifdef __linux__
  1441     if (level == SOL_SOCKET && opt == SO_RCVBUF) {
  1441     if (level == SOL_SOCKET && opt == SO_RCVBUF) {