This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
The following commit(s) were added to refs/heads/main by this push: new 0b19ef1 prop339: Fix couple typos 0b19ef1 is described below
commit 0b19ef1ba3c0b48262d2865e196f3cede67c4ec1 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed May 4 13:36:29 2022 -0400
prop339: Fix couple typos
Signed-off-by: David Goulet dgoulet@torproject.org --- proposals/339-udp-over-tor.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/proposals/339-udp-over-tor.md b/proposals/339-udp-over-tor.md index e85d0f2..adacf30 100644 --- a/proposals/339-udp-over-tor.md +++ b/proposals/339-udp-over-tor.md @@ -100,7 +100,7 @@ a while, to know when we can treat a stream as definitively gone-away.)
Optimistic traffic is permitted as with TCP streams: a client MAY send `DATAGRAM` messages immediately after its `BIND_UDP` message, without -waiting for a `CONNECTED`. These are dropped if the `BIND` fails. +waiting for a `CONNECTED`. These are dropped if the `BIND_UDP` fails.
Clients and exits MAY drop incoming datagrams if their stream or circuit buffers are too full. (Once a DATAGRAM message has been sent @@ -249,7 +249,7 @@ Because of security concerns I don't suggest that we support unconnected sockets in the first version of this protocol. But _if we did_, here's how I'd suggest we do it.
-1. We would add a new "`FLAG_UNCONNECTED`" flag for `BIND_UDP` messaages. +1. We would add a new "`FLAG_UNCONNECTED`" flag for `BIND_UDP` messages.
2. We would designate the ANY addresses 0.0.0.0:0 and [::]:0 as permitted in `BIND_UDP` messages, and as indicating unconnected sockets. These would @@ -278,7 +278,6 @@ p4u accept PortList p6u accept PortList ```
- (We need to include the policies in relay descriptors so that the authorities can include them in the microdescriptors when voting.)
@@ -293,7 +292,6 @@ would not necessarily mean that they permitted datagram streams, if their exit policies did not say so.
- # MTU notes and issues
Internet time. I might have this wrong.
tor-commits@lists.torproject.org