Hi, I have noticed that the datagram connector always creates a connected UDP channel. I'm trying to create a MINA client that talks to TFTP server, but this server switches UDP ports. For instance, i'm sending a packet to the server on port 69, and the server replies to me from a different port. This behaviour is normal in the TFTP protocol. However, since MINA always uses connected UDP channels, I never recieve the response from the server. The packets don't get through the connected channel, since that one requires that all packets from the server come from the same port.
Is there any way around this ? I have been looking in the MINA code but don't see a straightforward way to 'disconnect' the client UDP channel. Thanks. -- View this message in context: http://www.nabble.com/DatagramConnector-without-connected-UDP-channel---tf4325860s16868.html#a12320065 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
