From 192632eaf27d23835a28b32c695aa30ecef5f565 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 10 Aug 2001 00:07:06 +0000 Subject: [PATCH] doc --- src/libCom/osi/os/WIN32/osdSock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libCom/osi/os/WIN32/osdSock.h b/src/libCom/osi/os/WIN32/osdSock.h index a2cfed4c2..b2fff2b6f 100644 --- a/src/libCom/osi/os/WIN32/osdSock.h +++ b/src/libCom/osi/os/WIN32/osdSock.h @@ -60,10 +60,11 @@ typedef int osiSocklen_t; epicsShareFunc unsigned epicsShareAPI wsaMajorVersion (); /* - * Note: WINSOCK appears to assign a different functionality for + * WINSOCK appears to assign a different functionality for * SO_REUSEADDR compared to other OS. With WINSOCK SO_REUSEADDR indicates * that simultaneously servers can bind to the same TCP port on the same host! * Also, servers are always enabled to reuse a port immediately after * they exit ( even if SO_REUSEADDR isnt set ). */ #define SO_REUSEADDR_ALLOWS_SIMULTANEOUS_TCP_SERVERS_TO_USE_SAME_PORT +