TCP connect timeout setting in Solaris

From: Prab (prabjot_at_gmail.com)
Date: 08/23/04


Date: 23 Aug 2004 09:07:40 -0700

HI,
Can Anyone let me know what parameters in Solaris constitute the total
wait time in Solcaris for a TCP connect call.

I'm writing a client in Java that connects to a server. However, when I
try to connector to a bad IP, the TCP connecto call blocks for 3min 45
sec.
I changed the tcp_ip_abort_interval kernel parameter to 1 min (that the
total time I want). However, I see the TCP connect block for 1min. 45
sec. Before the change, the tcp_ip_abort_interval was set to 3min.
Any idea what this extra 45 second time is? How can I set the total TCP
connect time out to 1 min?

Thanks.



Relevant Pages

  • TCP connect timeout setting in Solaris
    ... wait time in Solcaris for a TCP connect call. ... I'm writing a client in Java that connects to a server. ... try to connector to a bad IP, the TCP connecto call blocks for 3min 45 ...
    (comp.unix.solaris)
  • Re: Log Out Issues
    ... UDP is the way to go for internet games. ... Apparently the extra overhead in TCP can cause a lot more lag in your game, ... >> Lets say the client sends a log out request to the server reliably. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Dropped Sessions Pervasive v7
    ... Pervasive is a slave to the TCP stack -- if the TCP connection is lost, ... Looking in to the PVSW.LOG file on a client machine ... > connections to the database server being dropped. ...
    (comp.databases.btrieve)
  • Re: detect bytes written on abort
    ... makes it unreliable, as a successful fwrite() on a socket may simply mean that the data has been placed in a buffer on the sender, not even passed to the OS yet. ... You don't know that the other end of the TCP connection is on the user's browser. ... to implement a protocol where the sender and receiver always agree ... I only want to be able to track how many bytes were sent to the client, which equals the value that is eventually written to the server log file. ...
    (comp.lang.php)
  • Re: problem reading TCP packets on socket
    ... the client strips down the message in the ... characters on my bufferedReader, and I start over. ... I realized that problems arised when TCP ... Using a BufferedReader as you have done improves the chances of getting a whole array in one read, but still does not ensure it. ...
    (comp.lang.java.programmer)