2005/10/16, Alban Peignier <[EMAIL PROTECTED]>: > But the sent message must have the same source port than the > DatagramAcceptor .. which is already bound. The only way I see is using > the Datagram(Channel|Socket) of the DatagramAcceptor. Is it possible > that the DatagramAdaptor provides a DatagramConnector to create > IOSessions from the same channel/socket ? It may be too complex, in our > use case, we only need to send a packet ..
I have exactly the same kind of problem but haven't found any solutions yet.. I need to listen from several clients on the same UDP port and be able to send packets to clients from this port.. -- Matteo Merli <[EMAIL PROTECTED]>
