mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 04:38:32 +02:00
+ add missing SHUT_* constants to openbsd
git-svn-id: trunk@11940 -
This commit is contained in:
parent
4972ec0ae5
commit
8fe91950e9
@ -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 }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user