PERFORCE change 83832 for review
Robert Watson
rwatson at FreeBSD.org
Sun Sep 18 05:31:44 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=83832
Change 83832 by rwatson at rwatson_peppercorn on 2005/09/18 12:30:52
Call it SO_LISTENQLIMIT not SO_QLIMIT.
Suggested by: andre
Affected files ...
.. //depot/projects/netsmp/src/sys/kern/uipc_socket.c#9 edit
.. //depot/projects/netsmp/src/sys/sys/socket.h#3 edit
Differences ...
==== //depot/projects/netsmp/src/sys/kern/uipc_socket.c#9 (text+ko) ====
@@ -1851,7 +1851,7 @@
#endif
break;
- case SO_QLIMIT:
+ case SO_LISTENQLIMIT:
optval = so->so_qlimit;
goto integer;
==== //depot/projects/netsmp/src/sys/sys/socket.h#3 (text+ko) ====
@@ -133,7 +133,7 @@
#if __BSD_VISIBLE
#define SO_LABEL 0x1009 /* socket's MAC label */
#define SO_PEERLABEL 0x1010 /* socket's peer's MAC label */
-#define SO_QLIMIT 0x1011 /* socket's backlog limit */
+#define SO_LISTENQLIMIT 0x1011 /* socket's backlog limit */
#endif
/*
More information about the p4-projects
mailing list