Operating System - Tru64 Unix
1753454 Members
6523 Online
108794 Solutions
New Discussion юеВ

Re: TCP window size

 
SOLVED
Go to solution
Amitava_HP-UX
Advisor

TCP window size

How can i know what is the TCP window size in my Tru64 unix 5.1B system. I want to know it as my FTP is slow. I also want to know how to modify it & what all re the possible values of it. How to determine the best value.
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor
Solution

Re: TCP window size

Hi,

look with sysconfig -q inet for
tcp_recvspace
and
tcp_sendspace
There is also a file /etc/iptos

greetings,

Michael
Amitava_HP-UX
Advisor

Re: TCP window size

hi
thanks for your valuable information. I could not find any file /etc/ipots. but this info served my purpose.
Han Pilmeyer
Esteemed Contributor

Re: TCP window size

How slow is it and over what kind of connection?

I doubt that you need to tune the TCP window size to get good speed. It's more likely that you have a network problem, such as a badly negotiated network connection (e.g. half versus full duplex). What kind of interfaces do you use and how are they connected?