Groups
Groups
Sign in
Groups
Groups
comp.protocols.tcp-ip
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
how to check TCP version in different OS.
1,863 views
Skip to first unread message
Wonjun, Choi
unread,
May 28, 2013, 9:28:48 PM
5/28/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello.
I like to know how to check TCP version on Linux(FreeBSD, Centos,
Ubuntu)
Best regards
Wonjun, Choi
Noob
unread,
May 29, 2013, 4:33:23 AM
5/29/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Wonjun, Choi wrote:
> I'd like to know how to check TCP version on Linux (FreeBSD, Centos, Ubuntu)
Are we playing "which does not belong?"
Ubuntu and CentOS (a RHEL re-branding) are Linux distributions.
FreeBSD is a different OS altogether.
The Linux kernel offers several implementations of TCP.
cf.
http://lxr.linux.no/linux/net/ipv4/Kconfig#L440
config TCP_CONG_BIC
config TCP_CONG_CUBIC
config TCP_CONG_WESTWOOD
config TCP_CONG_HTCP
config TCP_CONG_HSTCP
config TCP_CONG_HYBLA
config TCP_CONG_VEGAS
config TCP_CONG_SCALABLE
config TCP_CONG_LP
config TCP_CONG_VENO
config TCP_CONG_YEAH
The current default is "cubic"
https://en.wikipedia.org/wiki/CUBIC_TCP
The /proc/sys/net/ipv4/tcp_congestion_control knob can be used
to switch between the available algorithms. (I don't know how
that affects open TCP connections.)
http://lxr.linux.no/linux/Documentation/networking/ip-sysctl.txt
http://lxr.linux.no/linux/Documentation/networking/tcp.txt
The following article is relevant.
http://linuxgazette.net/135/pfeiffer.html
Regards.
Wonjun, Choi
unread,
Jun 7, 2013, 1:57:55 AM
6/7/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thanks for your comment
Do you know what is TCP on Windows? and how to check it?
I am just going to study TCP which is currently being used.
Wonjun, Choi
Noob
unread,
Jun 10, 2013, 4:19:35 AM
6/10/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Wonjun, Choi wrote:
> Do you know what is TCP on Windows?
I don't know, but I've seen mentions of Compound TCP.
https://en.wikipedia.org/wiki/Compound_TCP
Wonjun, Choi
unread,
Jun 10, 2013, 5:25:26 AM
6/10/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> I don't know, but I've seen mentions of Compound TCP.
>
>
https://en.wikipedia.org/wiki/Compound_TCP
Thanks for your reply
Wonjun, Choi
0 new messages