Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

A example of using UDP #164

Closed woshichen62 closed 8 years ago

woshichen62 commented 8 years ago

I want to use dotnetty applied to our project, but don't know how to use the UDP protocol with example of using UDP?thank you

nayato commented 8 years ago

there's no support for UDP at this time. See #79.