Skip to content

Commit

Permalink
Documentation/tcp: Add TCP-AO documentation
Browse files Browse the repository at this point in the history
It has Frequently Asked Questions (FAQ) on RFC 5925 - I found it very
useful answering those before writing the actual code. It provides answers
to common questions that arise on a quick read of the RFC, as well as how
they were answered. There's also comparison to TCP-MD5 option,
evaluation of per-socket vs in-kernel-DB approaches and description of
uAPI provided.

Hopefully, it will be as useful for reviewing the code as it was for writing.

Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Signed-off-by: Dmitry Safonov <[email protected]>
Acked-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
0x7f454c46 authored and davem330 committed Oct 27, 2023
1 parent faadfab commit 7fe0e38
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/networking/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Contents:
sysfs-tagging
tc-actions-env-rules
tc-queue-filters
tcp_ao
tcp-thin
team
timestamping
Expand Down
Loading

0 comments on commit 7fe0e38

Please sign in to comment.