Quellcode durchsuchen

+ add missing SHUT_* constants to openbsd

git-svn-id: trunk@11940 -
Almindor vor 17 Jahren
Ursprung
Commit
8fe91950e9
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      rtl/openbsd/unxsockh.inc

+ 5 - 0
rtl/openbsd/unxsockh.inc

@@ -147,3 +147,8 @@ const
   { enable SACKs (if disabled by def.)  }
      TCP_SACK_ENABLE = $08;
 
+        SHUT_RD         =0;             { shut down the reading side }
+        SHUT_WR         =1;             { shut down the writing side }
+        SHUT_RDWR       =2;             { shut down both sides }
+
+