commit-classpath
[Top][All Lists]
Advanced

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

[patch #1772] [Patch #1772] PlainSocketImpl.connect(SocketAddress, int)


From: noreply
Subject: [patch #1772] [Patch #1772] PlainSocketImpl.connect(SocketAddress, int)
Date: Tue, 29 Jul 2003 11:51:40 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux; X11; i686; de, address@hidden)

Patch #1772 has been updated. 

Project: 
Category: None
Status: Closed
Summary: PlainSocketImpl.connect(SocketAddress, int)

Follow-Ups:

Date: Tue 07/29/2003 at 14:35
By: crawley

Comment:
This patch implements the overloaded Socket.connect method 
that takes a connect timeout parameter.  The code implements
the timeout by altering the socket's SO_TIMEOUT setting.
The corresponding SO_RCVTIMEO setting is not changeable
with some Linux kernels.  The connect timeout parameter
has no effect on these platforms.

Checkin comment:

        * java/net/PlainSocketImpl.java (connect):
        implemented connect(SocketAddress, int) overloading
 
-------------------------------------------------------

Date: Tue 07/29/2003 at 15:51
By: mkoch

Comment:
Fixed in CVS
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1772&group_id=85

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





reply via email to

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