From 26fa1ab5557fd35b8f813ca4f5a837d730ac8ecd Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 8 Jun 2014 18:28:02 +0800 Subject: [PATCH] refine comments --- shadowsocks/tcprelay.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py index 08fb2f5..b378107 100644 --- a/shadowsocks/tcprelay.py +++ b/shadowsocks/tcprelay.py @@ -45,11 +45,13 @@ CMD_UDP_ASSOCIATE = 3 # stage 0 init # stage 1 hello received, hello sent # stage 2 UDP assoc +# stage 3 DNS # stage 4 addr received, reply sent # stage 5 remote connected # remote: # stage 0 init +# stage 3 DNS # stage 4 addr received, reply sent # stage 5 remote connected