This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java.net: TCP sockets


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:


Michael> If there are portability issues I would like to fix them
Michael> after commit as they are reported.

I think the use of poll.h will be a problem.
Could you use _Jv_select here instead?


Some nits follow.

+    // sending urgend data.

Typo; should be 'urgent'.

+  protected native void connect (SocketAddress addr, int timeout) throws IOException;

This line probably needs to be wrapped before the `throws'.
Except in special situations, lines shouldn't be longer than 79 chars.

+java::net::PlainSocketImpl::connect (java::net::SocketAddress *addr, jint timeout)

Likewise, wrap before `jint'.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]