mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 03:50:23 +02:00
* Merging revisions r45440 from trunk:
------------------------------------------------------------------------ r45440 | michael | 2020-05-19 18:56:57 +0200 (Tue, 19 May 2020) | 1 line * Uncomment SO_REUSEPORT ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46586 -
This commit is contained in:
parent
adbd474287
commit
4988c7eb1a
@ -105,7 +105,7 @@ Const
|
||||
SO_PRIORITY = 12;
|
||||
SO_LINGER = 13;
|
||||
SO_BSDCOMPAT= 14;
|
||||
{ To add : SO_REUSEPORT 15 }
|
||||
SO_REUSEPORT = 15;
|
||||
SO_PASSCRED= 16;
|
||||
SO_PEERCRED= 17;
|
||||
SO_RCVLOWAT= 18;
|
||||
|
Loading…
Reference in New Issue
Block a user