glommio icon indicating copy to clipboard operation
glommio copied to clipboard

Advanced options on networking are not exposed, but should be

Open glommer opened this issue 4 years ago • 3 comments

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.

glommer avatar Dec 18 '20 14:12 glommer

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 avatar Mar 17 '21 18:03 glommer

@glommer I'd like to add options for UdpSocket if this is not something being worked on currently

suyashb95 avatar May 16 '21 11:05 suyashb95

Hello @Suyash458 ! To the best of my knowledge there's no one working on this at the moment.

glommer avatar May 17 '21 14:05 glommer