Skip to content

Commit

Permalink
Add doc about considerations implemention RFC. WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Apr 8, 2017
1 parent e0e3445 commit 5c22986
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Contents:
todo
soa
rfcs
tech

Indices and tables
==================
Expand Down
30 changes: 30 additions & 0 deletions docs/source/tech.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
RFC7844 implementation considerations
==========================================

5. Implementers SHOULD provide a way for clients to control when the
anonymity profiles are used and when standard behavior is preferred.

This implementation will not support for now the standard behavior as
it would require to implement more functionality and most of the current
tools implement already the standard.
This is intended to be an example of the anonymity profiles implementation.

``SHOULD`` options
----------------

Leases
-------

Retransmission delays
----------------------

Unique identifier (xid) genration
-----------------------------------


RFC2131 functionality not detailed in RFC7844
-------------------------------------------------
2.2 the allocating
server SHOULD probe the reused address before allocating the address,
e.g., with an ICMP echo request, and the client SHOULD probe the
newly received address, e.g., with ARP.

0 comments on commit 5c22986

Please sign in to comment.