--- old/make/mapfiles/libnet/mapfile-vers 2016-02-24 13:34:27.112280894 +0530 +++ new/make/mapfiles/libnet/mapfile-vers 2016-02-24 13:34:26.992280893 +0530 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -99,6 +99,9 @@ Java_sun_net_ExtendedOptionsImpl_setFlowOption; Java_sun_net_ExtendedOptionsImpl_getFlowOption; Java_sun_net_ExtendedOptionsImpl_flowSupported; + Java_sun_net_ExtendedOptionsImpl_setQuickAckOption; + Java_sun_net_ExtendedOptionsImpl_getQuickAckOption; + Java_sun_net_ExtendedOptionsImpl_isQuickAckAvailable0; NET_AllocSockaddr; NET_SockaddrToInetAddress; NET_SockaddrEqualsInetAddress;