commit-classpath
[Top][All Lists]
Advanced

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

[bug #5420] Net subsystem fixes


From: nobody
Subject: [bug #5420] Net subsystem fixes
Date: Thu, 02 Oct 2003 15:32:27 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux; X11; i686; de, address@hidden)

=================== BUG #5420: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5420&group_id=85

Changes by: Michael Koch <address@hidden>
Date: Thu 10/02/2003 at 19:32 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
I commited parts of the patch to classpath and libgcj. I left IPv6 
compatibility out because of total incompleteness. This will get merged with 
libgcj soon.
I dont think its a good idea in NetworkInterface to use Hashtable instead of 
Vector.



=================== BUG #5420: FULL BUG SNAPSHOT ===================


Submitted by: glavaux                 Project: classpath                    
Submitted on: Fri 09/19/2003 at 05:54
Severity:  5 - Major                  Resolution:  None                     
Assigned to:  None                    Status:  Closed                       
Platform Version:  None               

Summary:  Net subsystem fixes

Original Submission:  Various fixes for the net subsystem:

* errors thrown by InetSocketAddress are more explicit.

* prevent NullPointerException when doing a comparison (ala Sun) 
(InetSocketAddress)

* InetSocketAddress.toString should build a string with the internal requested 
hostname if that hostname cannot be solved.

* InetAddress:

      - new LOOPBACK_BITS static field to store localhost address.

      - IPV6 compatibility

      - added isAnyAddress and isLoopbackAddress

* NetworkInterface (optional but recommanded):

      - don't forget to load native library javanet

      - native call getRealNetworkInterfaces return  a Hashtable now instead of 
a vector.

Follow-up Comments
*******************

-------------------------------------------------------
Date: Thu 10/02/2003 at 19:32       By: mkoch
I commited parts of the patch to classpath and libgcj. I left IPv6 
compatibility out because of total incompleteness. This will get merged with 
libgcj soon.
I dont think its a good idea in NetworkInterface to use Hashtable instead of 
Vector.


CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: Fri 09/19/2003 at 05:54  Name: net_diff  Size: 6KB   By: glavaux

http://savannah.gnu.org/bugs/download.php?group_id=85&amp;bug_id=5420&amp;bug_file_id=661


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5420&group_id=85

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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