We\'ve got a server which is already implemented in TCP/IP but we now have a requirement for the protocol to support UDP as well.
Each UDP datagram sent contains everyth
I'm not sure about how the UDP channels are handled, but if the channels are distinct per datagram, you could store your state in ChannelLocals.