summaryrefslogtreecommitdiffstats
path: root/share/man/man4/tcp.4
Commit message (Collapse)AuthorAgeFilesLines
* Kill whitespace at EOL.ru2007-04-031-1/+1
|
* More cleanup for rev. 1.56brueffer2007-02-281-8/+9
| | | | Submitted by: ru
* mdoc cleanup for the previous commit and touch .Ddbrueffer2007-02-281-6/+8
|
* Update the tcp(4) manpage with the new (and some older undocumented) sysctls.mohans2007-02-281-3/+19
| | | | Remove a sysctl that is no longer used.
* Document the existence of the TCP_INFO socket option.bms2007-01-221-1/+24
| | | | Approved by: rwatson
* Fix markup bug in last commit.glebius2006-09-131-1/+1
| | | | Submitted by: ru
* Document net.inet.tcp.maxtcptw and net.inet.tcp.nolocaltimewait.glebius2006-09-131-1/+19
| | | | Wording by: Devon O'Dell
* Remove all references to T/TCP, which was removed several months ago.glebius2005-08-251-12/+1
| | | | Approved by: andre
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-13/+2
| | | | | | | | | | | | | | | | A complete rationale and discussion is given in this message and the resulting discussion: http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706 Note that this commit removes only the functional part of T/TCP from the tcp_* related functions in the kernel. Other features introduced with RFC1644 are left intact (socket layer changes, sendmsg(2) on connection oriented protocols) and are meant to be reused by a simpler and less intrusive reimplemention of the previous T/TCP functionality. Discussed on: -arch
* Rephrase certain centences and sync description of default values to reality.andre2004-10-231-11/+2
|
* s/Oct /October/maxim2004-10-131-1/+1
| | | | Pointed out by: ru
* Bump the date of the document.maxim2004-10-131-1/+1
|
* Document net.inet.tcp.sack.initburst sysctl.maxim2004-10-121-0/+3
|
* o Move the inflight sysctls to their own sub-tree under net.inet.tcp to beandre2004-08-031-9/+9
| | | | more consistent with the other sysctls around it.
* o Document net.inet.sack.enable sysctl. net.inet.sack.sackhole_limitmaxim2004-07-101-1/+6
| | | | | | | | is not documented yet, it is not used at the moment and is the subject of the future work. Improved by: ru Not objected: ps, jayanth
* Spelling fixes.mpp2004-06-211-2/+2
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-161-3/+7
|
* Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)simon2004-05-141-1/+1
| | | | | | | hyphen) is meant. Mdoc(7) clue by: ru Reviewed by: ru
* Shorten the name of the socket option used to enable TCP-MD5 packetbms2004-02-161-2/+2
| | | | | | treatment. Submitted by: Vincent Jardin
* Spell tcp_signature_compute correctly.bms2004-02-141-1/+1
|
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* mdoc(7) police: Tidy up the formatting.ru2003-03-221-130/+197
|
* Document the net.inet.tcp.rfc3390 sysctl variable.hsu2003-03-131-1/+15
|
* Document the net.inet.tcp.rfc3042 sysctl variable.hsu2003-03-121-0/+4
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
| | | | Add FreeBSD Id tag where missing.
* english(4) police.schweikh2002-12-271-1/+1
|
* Spelling: s/then/than/ where appropriate.ru2002-12-241-1/+1
|
* Added xref to syncache(4).ru2002-12-231-0/+1
|
* mdoc(7) police: markup and grammar fixes for previous delta.ru2002-12-231-6/+13
|
* Change tcp.inflight_min from 1024 to a production default of 6144. Createdillon2002-12-141-0/+13
| | | | | | | a sysctl for the stabilization value for the bandwidth delay product (inflight) algorithm and document it. MFC after: 3 days
* mdoc(7) police: scheduled sweep.ru2002-11-291-1/+1
| | | | Approved by: re
* Add A section on the retransmit timer sysctls.dillon2002-08-251-0/+13
| | | | MFC after: 3 days
* Oops, last manual commit was to -stable, should have been to -current.dillon2002-08-171-0/+30
| | | | | | No biggy, the code MFC to stable will catch up to the docs in a week. X-MFC after: -7 days
* Describe possible values for net.inet.tcp.log_in_vainyar2002-04-161-0/+5
| | | | | | | | and their effects. PR: docs/35932 Submitted by: Alex Semenyaka <alexs@ratmir.ru> MFC after: 1 week
* Update documentation relating to sysctls in a post-syncachesilby2002-04-101-13/+4
| | | | | | | world. Goodbye tcp.tcp_lq_overflow and tcp.strict_rfc1948, hello tcp.syncookies. MFC after: 3 days
* Ispell sweep of share/man/man4.mpp2002-01-211-1/+1
|
* o Clarify that various sysctl timing values are in milliseconds.rwatson2002-01-191-6/+7
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Document two sysctl variables used by RFC 1948 functionality.bmah2001-09-061-2/+16
| | | | | | While I'm here, fix two markup inconsistencies. Submitted by: silby
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-7/+7
| | | | | | | | | | 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
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Describe all current net.inet.tcp MIB variables.ru2001-05-171-3/+61
| | | | | Submitted by: jlemon MFC after: 1 week
* mdoc(7) police: rename the DIAGNOSTICS section to ERRORS to match thedd2001-04-131-2/+2
| | | | | | content, and correct the parameters to the -tag list therein. Reviewed by: ru
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
|
* Document the NewReno sysctl knob.sheldonh2000-06-021-0/+3
| | | | Submitted by: jlemon
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-1/+3
| | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Document a whole truckload of sysctl MIBs under net.inet.tcp,csgr1999-08-171-2/+24
| | | | including tcp.blackhole, tcp.log_in_vain and others.
OpenPOWER on IntegriCloud