* 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:
michael 2020-08-23 09:19:33 +00:00
parent adbd474287
commit 4988c7eb1a

View File

@ -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;