Hi The MINA UDP tutorial <http://mina.apache.org/udp-tutorial.html> says:
DatagramAcceptor acceptor = new DatagramAcceptor(); acceptor.setLocalAddress(new InetSocketAddress(PORT)); But it seems that the setLocalAddress() is not available in MINA 2.0-M3 ? -- Hez
