with_nodelay on prebound server #386
Closed
joshtriplett
started this conversation in
General
Replies: 1 comment
-
This is fixed on main and should be ready for a release within the next few days |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use trillium with a prebound server, so that I can listen on 443 and then drop privileges.
Trillium rejects
with_nodelay
if it has a prebound server.However, as far as I can tell, without this restriction, it would work perfectly, just as it does with a listener from
LISTEN_FD
. Either way, trillium would get a Transport from the listener, call set_nodelay on it, then pass it to the acceptor, then handle the resulting Transport.Beta Was this translation helpful? Give feedback.
All reactions