commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog native/jni/java-net/javan...


From: Brian Jones
Subject: classpath ./ChangeLog native/jni/java-net/javan...
Date: Thu, 30 Jan 2003 01:02:21 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Brian Jones <address@hidden>    03/01/30 01:02:21

Modified files:
        .              : ChangeLog 
        native/jni/java-net: javanet.c 

Log message:
        * native/jni/java-net/javanet.c (_javanet_bind): following gcj's
        example and setting SO_REUSEADDR before binding the port, testing
        with JDK seems to indicate it does this as well
        (_javanet_set_option): support SO_REUSEADDR; use JNI_TRUE/JNI_FALSE
        instead of 1/0 where applicable.  Do not throw exception if setting
        SO_TIMEOUT fails; appears JDK does not throw exception and may be
        using alarm or setitimer (see `man 7 socket' on GNU/Linux)
        (_javanet_get_option): support SO_REUSEADDR; use JNI_TRUE/JNI_FALSE
        instead of 1/0 where applicable

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.831&tr2=1.832&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/java-net/javanet.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]