-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
N&O Prioritized List
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
When making an egress connection, we attempt to set the socket option to use TFO (example). Setting the socket option may fail, but we can still proceed to create the connection anyway, just without tfo. However, the next connection made to the same host will attempt setting the TFO socket option again.
We should investigate if we can skip setting the TFO socket option on hosts that have previously failed to do so.