diff --git a/router/doc/udp.html b/router/doc/udp.html index bb93dde15..12cd0a536 100644 --- a/router/doc/udp.html +++ b/router/doc/udp.html @@ -1,4 +1,4 @@ -$Id: udp.html,v 1.9 2005/04/05 10:28:54 jrandom Exp $ +$Id: udp.html,v 1.10 2005/04/08 09:21:26 jrandom Exp $

Secure Semireliable UDP (SSU)

DRAFT @@ -192,8 +192,8 @@ around briefly, to address packet loss and reordering.

  • 1 byte identity fragment info:
     bits 0-3: current identity fragment #
     bits 4-7: total identity fragments
  • -
  • N byte fragment of Alice's identity, sent over a number - of messages.
  • +
  • 2 byte size of the current identity fragment
  • +
  • that many byte fragment of Alice's identity.
  • on the last identity fragment, the signed on time is included after the identity fragment, and the last 40 bytes contain the DSA signature of the critical exchanged @@ -207,8 +207,9 @@ bits 4-7: total identity fragments
  •   Fragment 1 through N-1
      +----+----+----+----+----+----+----+----+
    - |info| fragment of Alice's full         |
    - +----+                                  |
    + |info| cursize |                        |
    + +----+----+----+                        |
    + |      fragment of Alice's full         |
      |            identity keys              |
                      .   .   .               
      |                                       |
    @@ -216,8 +217,9 @@ bits 4-7: total identity fragments
    Fragment N: +----+----+----+----+----+----+----+----+ - |info| fragment of Alice's full | - +----+ | + |info| cursize | | + +----+----+----+ | + | fragment of Alice's full | | identity keys | . . . | |