Explorar el Código

socket.h: add SO_(SND/RCV)BUFFORCE to generic block

rofl0r hace 12 años
padre
commit
3159e2fc81
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/sys/socket.h

+ 2 - 0
include/sys/socket.h

@@ -150,6 +150,8 @@ struct linger
 #define SO_SNDLOWAT     19
 #define SO_RCVTIMEO     20
 #define SO_SNDTIMEO     21
+#define SO_SNDBUFFORCE  32
+#define SO_RCVBUFFORCE  33
 #endif