cobalt-rs icon indicating copy to clipboard operation
cobalt-rs copied to clipboard

Retrieve underlying net::UdpSocket from UdpSocket

Open Technici4n opened this issue 7 years ago • 1 comments

With this PR, it is now possible to retrieve a UdpSocket's underlying net::UdpSocket.

I need this because the default socket buffer size is too small for my UDP usage. The size can be easily changed using the crate net2, but therefore it needs access to the net::UdpSocket.

Thanks in advance!

Technici4n avatar Dec 25 '17 11:12 Technici4n

Coverage Status

Changes Unknown when pulling 604e37f57cdaba5193664365b2eb1740c8df6ea3 on Technici4n:master into ** on BonsaiDen:master**.

coveralls avatar Dec 25 '17 11:12 coveralls