Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve underlying net::UdpSocket from UdpSocket #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Technici4n
Copy link

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!

@coveralls
Copy link

coveralls commented Dec 25, 2017

Coverage Status

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants