From e66636867ad811a6e98a44b47ca8508945a0cd4a Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 2 Jun 2014 12:27:59 +0800 Subject: [PATCH] align --- shadowsocks/tcprelay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py index de11e86..66fa09e 100644 --- a/shadowsocks/tcprelay.py +++ b/shadowsocks/tcprelay.py @@ -191,8 +191,8 @@ class TCPRelayHandler(object): if is_local: # forward address to remote self.write_to_sock('\x05\x00\x00\x01' + - '\x00\x00\x00\x00\x10\x10', - self._local_sock) + '\x00\x00\x00\x00\x10\x10', + self._local_sock) data_to_send = self._encryptor.encrypt(data) self._data_to_write_to_remote.append(data_to_send) remote_addr = self._config['server']