Skip to content

Commit 8965ddb

Browse files
authored
Extend TFO docs (#11196)
1 parent 788bf56 commit 8965ddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Net.Sockets/SocketOptionName.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,7 @@
741741
</ReturnValue>
742742
<MemberValue>15</MemberValue>
743743
<Docs>
744-
<summary>Enables TCP Fast Open as defined in RFC-7413. The actual observed behavior depends on OS configuration and the state of the kernel TCP cookie cache.
745-
Enabling TFO can impact interoperability and cause connectivity issues.</summary>
744+
<summary>Enables TCP Fast Open as defined in RFC-7413. The actual observed behavior depends on OS configuration and the state of the kernel TCP cookie cache. Using TFO is only recommended in controlled networking environments, meaning that each middlebox (for example, firewall, router, proxy) on the networking path between the client and server is known and can be configured to support TFO. Using TFO outside of controlled environments (such as the open internet) can lead to connectivity issues.</summary>
746745
</Docs>
747746
</Member>
748747
<Member MemberName="HeaderIncluded">

0 commit comments

Comments
 (0)