suggestions for improvement in java.net APIs

2013-05-04 Thread Miika Komu
Howdy, we investigated the APIs of java.net (OpenJDK Build b147) and published our findings in Ottawa Linux Symposium 2012: http://nw.dreamhosters.com/ols/ols2012/ols2012-komu.pdf We two types of improvements to java.net disclosed in full detail in section 4.3.1 of the publication. First, we sug

Re: suggestions for improvement in java.net APIs

2013-05-05 Thread Miika Komu
Hi, On 05/05/2013 12:40 PM, Alan Bateman wrote: On 04/05/2013 13:22, Miika Komu wrote: : Multihoming bug --- * R3.2: Server-side multihoming for UDP does not work properly. The framework should use SO_BINDTODEVICE option or sendmsg()/recvmsg() interfaces in a proper way. Thanks