netstat does not have POSIX compliance. This means that you cannot get identical information that runs netstat for different operating systems. The tcp / ip buffer settings are usually the system default settings.
You need to enter both windows in order to run netstat in order to get tcp internal information for sockets. I'm sure you already know this, but I'm trying to be clear. Information about the tcp system is located in completely different places from Linux to another OS, say Solaris.
What is the output of uname -a
on a UNIX window?
source share