Sponsored Content
Full Discussion: no -a and tcp_keepint ??
Operating Systems AIX no -a and tcp_keepint ?? Post 302297287 by varungupta on Friday 13th of March 2009 03:35:54 AM
Old 03-13-2009
no -a and tcp_keepint ??

Hi Folk,

I have a question :
when I hit following command, it shows some of the parameters related to tcp (as shown below). Do you have any idea about them?
$ no -a

tcp_keepcnt = 8
tcp_keepidle = 1800
tcp_keepinit = 600
tcp_keepintvl = 150


And how the tcp_keepinit value plays it role when it comes to no. of connections on a Server connection channel of MQ Qmgr?

Appreciate your help.
thanks
-Varun
 
tcp.h(3HEAD)                                                          Headers                                                         tcp.h(3HEAD)

NAME
tcp.h, tcp - definitions for the Internet Transmission Control Protocol (TCP) SYNOPSIS
#include <netinet/tcp.h> DESCRIPTION
The <netinet/tcp.h> header defines the following macro for use as a socket option at the IPPROTO_TCP level: TCP_NODELAY Avoid coalescing of small segments. The macro is defined in the header. The implementation need not allow the value of the option to be set with setsockopt() or retrieved with getsockopt(). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
getsockopt(3XNET), socket.h(3HEAD), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 tcp.h(3HEAD)
All times are GMT -4. The time now is 02:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy