-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
PacketConn interface #79
Comments
I'm not familiar with that API type. What is your use case? |
a server that uses udp protocol |
UDP is already supported but this project could use some tests and/or examples doing UDP as well. |
using proxyproto.NewConn doesnt let me convert the proxyproto.Conn to net.PacketConn
errors:
|
This library supports your use-case already, just not through the API type. I don't plan to work on this, I'm sorry. But I'll keep it open so that maybe someone shares the same need and we learn about it. Or maybe someone submits a patch. |
Have a need to use it in a UDP server. Would be great to have support for this. |
is it possible to add support for the udp net.PacketConn interface?
The text was updated successfully, but these errors were encountered: