Re: [MINA 3] UDP support

2013-03-23 Thread Julien Vermillard
Le 22 mars 2013 23:35, Emmanuel Lécharny elecha...@gmail.com a écrit : Le 3/22/13 10:51 PM, Jeff MAURY a écrit : On Fri, Mar 22, 2013 at 10:05 PM, Emmanuel Lecharny elecha...@apache.orgwrote: Le 22 mars 2013 21:26, Jeff MAURY jeffma...@jeffmaury.com a écrit : Sorry, I missed my point.

Re: [MINA 3] UDP support

2013-03-23 Thread Emmanuel Lécharny
Le 3/23/13 7:16 AM, Julien Vermillard a écrit : Le 22 mars 2013 23:35, Emmanuel Lécharny elecha...@gmail.com a écrit : Le 3/22/13 10:51 PM, Jeff MAURY a écrit : On Fri, Mar 22, 2013 at 10:05 PM, Emmanuel Lecharny elecha...@apache.orgwrote: Le 22 mars 2013 21:26, Jeff MAURY

Re: [MINA 3] UDP support

2013-03-23 Thread Jeff MAURY
I think it is a little different on the client side because you need a session to be able to store a socket address. Maybe the API is not adequate for ADP. Jeff On Sat, Mar 23, 2013 at 7:29 AM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 3/23/13 7:16 AM, Julien Vermillard a écrit : Le 22

Re: UDP datgram max size on Mac OSX

2013-03-23 Thread Emmanuel Lécharny
Le 3/23/13 8:20 AM, Emmanuel Lécharny a écrit : Hi guys, it seems like I can't send any datagram bigger than exactly 42048 bytes on my mac. Anyone having an idea about this limitation ? Mac OSX 10.7.5 Java 1.7.0-17 or Java 1.6.0-43 Ok, found it : net.inet.udp.recvspace=42080 by

Re: SSL connection Android/Server using Apache Mina

2013-03-23 Thread Jeff MAURY
Would be great if you send us the complete client and server logs as well as you client code. Jeff On Mon, Mar 11, 2013 at 2:29 PM, yar.kh mad...@list.ru wrote: I have problems on establishing SSL connection between server and android using Apache Mina (both on server and client); First