Skip to content

Commit

Permalink
Address validation is stateless reject
Browse files Browse the repository at this point in the history
We already have enough text on how to tell a client to go away and come back.
But we don't really say how a server might do that statelessly.  Add a small
bit of text on that and we're done.

Closes #60
  • Loading branch information
martinthomson committed May 10, 2017
1 parent 03f08f6 commit be197b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,10 @@ validation was not requested originally. In such cases, the cookie extension
could either be absent or it could indicate that an address validation token is
not present.

A server can use the cookie extension to store all state necessary to continue
the connection. This allows a server to avoid committing state for clients that
have unvalidated source addresses.


## NewSessionTicket Address Validation

Expand Down

0 comments on commit be197b6

Please sign in to comment.