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 for sending the link to the survey.
On SO_BINDTODEV
Alan,
SO_BINDTODEVICE shouldn't be used in modern applications because it
causes more problems than solves.
e.g. prevents application from handling on-fly device changes.
Also it requires root (or be more precise RAW_SOCKET) permission and is
not supported on some embedded platforms.
-Dmitry
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 fo
Changeset: d8f01bfb1da4
Author:dwanvik
Date: 2013-05-06 05:51 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d8f01bfb1da4
8013403: Update JDK8 with Java DB 10.10.1.1.
Summary: Drop Java DB 10.10.1.1 bits into JDK 8 and update image builds
Reviewed-by: tbell
! make/common/Rel