History log of /freebsd/share/man/man4/tcp.4 (Results 151 – 175 of 251)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/5.2.1_cvs, release/5.2.1
# 88f6b043 16-Feb-2004 Bruce M Simpson <bms@FreeBSD.org>

Shorten the name of the socket option used to enable TCP-MD5 packet
treatment.

Submitted by: Vincent Jardin


# 66396827 14-Feb-2004 Bruce M Simpson <bms@FreeBSD.org>

Spell tcp_signature_compute correctly.


# 1cfd4b53 11-Feb-2004 Bruce M Simpson <bms@FreeBSD.org>

Initial import of RFC 2385 (TCP-MD5) digest support.

This is the first of two commits; bringing in the kernel support first.
This can be enabled by compiling a kernel with options TCP_SIGNATURE
and

Initial import of RFC 2385 (TCP-MD5) digest support.

This is the first of two commits; bringing in the kernel support first.
This can be enabled by compiling a kernel with options TCP_SIGNATURE
and FAST_IPSEC.

For the uninitiated, this is a TCP option which provides for a means of
authenticating TCP sessions which came into being before IPSEC. It is
still relevant today, however, as it is used by many commercial router
vendors, particularly with BGP, and as such has become a requirement for
interconnect at many major Internet points of presence.

Several parts of the TCP and IP headers, including the segment payload,
are digested with MD5, including a shared secret. The PF_KEY interface
is used to manage the secrets using security associations in the SADB.

There is a limitation here in that as there is no way to map a TCP flow
per-port back to an SPI without polluting tcpcb or using the SPD; the
code to do the latter is unstable at this time. Therefore this code only
supports per-host keying granularity.

Whilst FAST_IPSEC is mutually exclusive with KAME IPSEC (and thus IPv6),
TCP_SIGNATURE applies only to IPv4. For the vast majority of prospective
users of this feature, this will not pose any problem.

This implementation is output-only; that is, the option is honoured when
responding to a host initiating a TCP session, but no effort is made
[yet] to authenticate inbound traffic. This is, however, sufficient to
interwork with Cisco equipment.

Tested with a Cisco 2501 running IOS 12.0(27), and Quagga 0.96.4 with
local patches. Patches for tcpdump to validate TCP-MD5 sessions are also
available from me upon request.

Sponsored by: sentex.net

show more ...


Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# fe08efe6 08-Sep-2003 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7): Use the new feature of the .In macro.


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0
# e91fabac 22-Mar-2003 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Tidy up the formatting.


# 01f98321 13-Mar-2003 Jeffrey Hsu <hsu@FreeBSD.org>

Document the net.inet.tcp.rfc3390 sysctl variable.


# edcd017d 12-Mar-2003 Jeffrey Hsu <hsu@FreeBSD.org>

Document the net.inet.tcp.rfc3042 sysctl variable.


Revision tags: release/5.0.0_cvs, release/5.0.0
# d64ada50 30-Dec-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


# 57bd0fc6 27-Dec-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

english(4) police.


# 074ad115 24-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

Spelling: s/then/than/ where appropriate.


# 3f104b8b 23-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

Added xref to syncache(4).


# 62b85711 23-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: markup and grammar fixes for previous delta.


# d7ff8ef6 14-Dec-2002 Matthew Dillon <dillon@FreeBSD.org>

Change tcp.inflight_min from 1024 to a production default of 6144. Create
a sysctl for the stabilization value for the bandwidth delay product (inflight)
algorithm and document it.

MFC after: 3 days


# d962d52a 29-Nov-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: scheduled sweep.

Approved by: re


Revision tags: release/4.7.0_cvs
# 667137d1 25-Aug-2002 Matthew Dillon <dillon@FreeBSD.org>

Add A section on the retransmit timer sysctls.

MFC after: 3 days


# e1583529 17-Aug-2002 Matthew Dillon <dillon@FreeBSD.org>

Oops, last manual commit was to -stable, should have been to -current.
No biggy, the code MFC to stable will catch up to the docs in a week.

X-MFC after: -7 days


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 60af6add 16-Apr-2002 Yaroslav Tykhiy <ytykhiy@gmail.com>

Describe possible values for net.inet.tcp.log_in_vain
and their effects.

PR: docs/35932
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
MFC after: 1 week


# 102b06f8 10-Apr-2002 Mike Silbersack <silby@FreeBSD.org>

Update documentation relating to sysctls in a post-syncache
world. Goodbye tcp.tcp_lq_overflow and tcp.strict_rfc1948,
hello tcp.syncookies.

MFC after: 3 days


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# f87717fa 21-Jan-2002 Mike Pritchard <mpp@FreeBSD.org>

Ispell sweep of share/man/man4.


# 080c70c1 19-Jan-2002 Robert Watson <rwatson@FreeBSD.org>

o Clarify that various sysctl timing values are in milliseconds.


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Use the new .In macro for #include statements.


# 99045818 07-Sep-2001 Bruce A. Mah <bmah@FreeBSD.org>

Document two sysctl variables used by RFC 1948 functionality.

While I'm here, fix two markup inconsistencies.

Submitted by: silby


# c1f3e4bf 14-Jul-2001 Jens Schweikhardt <schweikh@FreeBSD.org>

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days

show more ...


# 3d45e180 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


# 5521ff5a 06-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


1234567891011