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
A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
Hi, I have a use-case where I want to access the file descriptor of a long-lived stream (it becomes a websocket) for monitoring purposes (specifically linux's send-q stat, the amount of unacknowledged outbound bytes) - see here.
Would you be ok with implementing AsRawFd for AddrStream, maybe behind a feature flag? Or otherwise provide a way to get a &tokio::net::TcpStream from a &AddrStream? If it helps and you are open to it I can prepare a PR.
The text was updated successfully, but these errors were encountered:
A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
Hi, I have a use-case where I want to access the file descriptor of a long-lived stream (it becomes a websocket) for monitoring purposes (specifically linux's
send-q
stat, the amount of unacknowledged outbound bytes) - see here.Would you be ok with implementing
AsRawFd
forAddrStream
, maybe behind a feature flag? Or otherwise provide a way to get a&tokio::net::TcpStream
from a&AddrStream
? If it helps and you are open to it I can prepare a PR.The text was updated successfully, but these errors were encountered: