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
Hello, I'm new to hyper-alpn. Does hyper-alpn support configuring low level socket option like HttpConnector does, e.g. set_local_addresses or set_keepalive ? From the docs, I don't see how can it be done.
The text was updated successfully, but these errors were encountered:
Hah. Hey. No, I don't think so. I haven't used this myself for ages. It wraps tokio's TcpStream inside, that lets you to set these values. Feel free to do a PR that offers the API outside, it should not be super hard.
Hello, I'm new to hyper-alpn. Does hyper-alpn support configuring low level socket option like HttpConnector does, e.g. set_local_addresses or set_keepalive ? From the docs, I don't see how can it be done.
The text was updated successfully, but these errors were encountered: