Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: discarded server TCP connection config (#1473)
The Server type accepts TCP configuration parameters (keepalive & TCP_NODELAY) which are only respected when using serve() or serve_with_shutdown(). Serve methods that take a stream of AsyncRead + AsyncWrite are necessarily unaware of the underlying transport, and therefore silently discard any TCP specific configuration. Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
- Loading branch information