Netty Different Pipeline Per UDP Datagram

前端 未结 2 897
一个人的身影
一个人的身影 2021-02-06 19:16

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

2条回答
  •  死守一世寂寞
    2021-02-06 19:46

    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.

提交回复
热议问题