glommio
glommio copied to clipboard
Advanced options on networking are not exposed, but should be
If we look at the API defined by net::TcpStream, net::UdpSocket, and others there are many options we are not implementing (setting timeouts, multicast, etc).
They shouldn't be hard to implement -> essentially just passing options down sockets, but I will require that they come with unit testing unless it is really not possible to.
Timeouts are now implemented for sockets. The issue is still open because it is mostly an umbrella issue. There's still work to do, especially around Udp.
@glommer I'd like to add options for UdpSocket if this is not something being worked on currently
Hello @Suyash458 ! To the best of my knowledge there's no one working on this at the moment.