Explorar el Código

* Uncomment SO_REUSEPORT

git-svn-id: trunk@45440 -
michael hace 5 años
padre
commit
5cc7622161
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;