commit-classpath
[Top][All Lists]
Advanced

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

[bug #6256] MulticastSocket doesn't construct


From: nobody
Subject: [bug #6256] MulticastSocket doesn't construct
Date: Thu, 30 Oct 2003 15:43:28 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030428

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

Changes by: Guilhem Lavaux <address@hidden>
Date: Thu 10/30/2003 at 20:43 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
                  CC |                           | *


------------------ Additional Follow-up Comments ----------------------------
DatagramSocket.bind was not JDK 1.4 compliant: so the former patch is 
incomplete. I attached the corresponding completely new patch to fix this.



* java/net/DatagramSocket.java: (bind) Chose an ephemary port and a valid local 
address if address is null.

------------------ Additional Bug Attachment  ----------------------------
File name: patch_datagram                 Size:4 KB

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



=================== BUG #6256: FULL BUG SNAPSHOT ===================


Submitted by: glavaux                 Project: classpath                    
Submitted on: Thu 10/30/2003 at 20:15
Severity:  5 - Major                  Resolution:  None                     
Assigned to:  None                    Status:  Open                         
Platform Version:  None               

Summary:  MulticastSocket doesn't construct

Original Submission:  The problem can be correcting by fixing the 
implementation of DatagramSocket and using correctly the API for 
MulticastSocket.



Here is a Changelog entry:

        * java/net/DatagramSocket.java,

java/net/MulticastSocket.java:

        (DatagramSocket(SocketAddress)) Fixed behaviour according to Java 1.4

        API

        (MulticastSocket) Fixed construction to request previously binded

        address.



        Reported by Everton da Silva Marques <address@hidden>



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

-------------------------------------------------------
Date: Thu 10/30/2003 at 20:43       By: glavaux
DatagramSocket.bind was not JDK 1.4 compliant: so the former patch is 
incomplete. I attached the corresponding completely new patch to fix this.



* java/net/DatagramSocket.java: (bind) Chose an ephemary port and a valid local 
address if address is null.


CC List
*******

CC Address                          | Comment
------------------------------------+-----------------------------
*                                   | 



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

-------------------------------------------------------
Date: Thu 10/30/2003 at 20:43  Name: patch_datagram  Size: 4KB   By: glavaux

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

-------------------------------------------------------
Date: Thu 10/30/2003 at 20:15  Name: patch_datagram  Size: 3KB   By: glavaux
Fix for MulticastSocket/DatagramSocket
http://savannah.gnu.org/bugs/download.php?group_id=85&amp;bug_id=6256&amp;bug_file_id=770


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

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





reply via email to

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