Browse Source

* 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 -

michael 5 years ago
parent
commit
4988c7eb1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/src/linux/unxsockh.inc

+ 1 - 1
packages/rtl-extra/src/linux/unxsockh.inc

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