Skip to content

Commit

Permalink
update TCP MSS issue. sync with SNAP.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Oct 7, 1999
1 parent 9de2e88 commit 781a86c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions IMPLEMENTATION
Expand Up @@ -2,7 +2,7 @@

KAME Project
http://www.kame.net/
$Date: 1999/10/07 06:17:53 $
$Date: 1999/10/07 06:21:11 $

1. IPv6

Expand Down Expand Up @@ -867,8 +867,9 @@ and strips off daisy-chained header and padding for ESP/AH. It is
safe to strip off the ESP/AH header on packet reception, since we
will never use the received packet in "as is" form.

By using ESP/AH, TCP4/6 MSS will be affected by extra daisy-chained
headers inserted by ESP/AH. Our code takes care of the case.
By using ESP/AH, TCP4/6 effective data segment size will be affected by
extra daisy-chained headers inserted by ESP/AH. Our code takes care of
the case.

Basic crypto functions can be found in directory "sys/crypto". ESP/AH
transform are listed in {esp,ah}_core.c with wrapper functions. If you
Expand Down

0 comments on commit 781a86c

Please sign in to comment.