Tracking Issue for tcp_deferaccept #119639
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(tcp_deferaccept)]
This is a tracking issue for the tcp_deferaccept feature.
It allows for the current socket to delay the acceptance of a connection until data is available to be read
Public API
It expands the existing Linux's
TcpStreamExt
trait withThis feature directly translates to the underlying native Linux
TCP_DEFER_ACCEPT
tcp(7) option.The text was updated successfully, but these errors were encountered: