You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Equivalent to the IP_TOS & IPV6_TCLASS socket options.</p>
609
+
<p>The value is typically composed of the DSCP (6 high bits) + ECN (2 low bits).</p>
610
+
<h1>Typical errors</h1>
611
+
<ul>
612
+
<li><code>concurrency-conflict</code>: (set) A <code>bind</code>, <code>connect</code> or <code>listen</code> operation is already in progress. (EALREADY)</li>
<p>Equivalent to the IP_DONTFRAG & IPV6_DONTFRAG socket options.</p>
634
+
<h1>Implementors note</h1>
635
+
<ul>
636
+
<li>IP_DONTFRAGMENT on Windows</li>
637
+
<li>Linux has no direct equivalent, but the same effect can be reached by setting IP_MTU_DISCOVER to IP_PMTUDISC_DO.</li>
638
+
</ul>
639
+
<h1>Typical errors</h1>
640
+
<ul>
641
+
<li><code>concurrency-conflict</code>: (set) A <code>bind</code>, <code>connect</code> or <code>listen</code> operation is already in progress. (EALREADY)</li>
<p>Equivalent to the IP_TOS & IPV6_TCLASS socket options.</p>
1416
+
<p>The value is typically composed of the DSCP (6 high bits) + ECN (2 low bits).</p>
1417
+
<h1>Typical errors</h1>
1418
+
<ul>
1419
+
<li><code>already-connected</code>: (set) The socket is already in the Connection state.</li>
1420
+
<li><code>already-listening</code>: (set) The socket is already in the Listener state.</li>
1421
+
<li><code>concurrency-conflict</code>: (set) A <code>bind</code>, <code>connect</code> or <code>listen</code> operation is already in progress. (EALREADY)</li>
0 commit comments