mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add the new SO_REUSEPORT constant.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328616 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c588cc8011
commit
b0b6707c84
1 changed files with 13 additions and 0 deletions
|
@ -180,6 +180,19 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.so-reuseport">
|
||||
<term>
|
||||
<constant>SO_REUSEPORT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
This constant is only available in PHP 5.4.10 or later on platforms that
|
||||
support the <constant>SO_REUSEPORT</constant> socket option: this
|
||||
includes Mac OS X and FreeBSD, but does not include Linux or Windows.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.so-keepalive">
|
||||
<term>
|
||||
<constant>SO_KEEPALIVE</constant>
|
||||
|
|
Loading…
Reference in a new issue