diff --git a/shadowsocks/crypto/table.py b/shadowsocks/crypto/table.py index c5d613f..fd6aa94 100644 --- a/shadowsocks/crypto/table.py +++ b/shadowsocks/crypto/table.py @@ -73,7 +73,7 @@ class NoneCipher(object): return data ciphers = { - 'none': (0, 0, NoneCipher), + 'none': (16, 0, NoneCipher), 'table': (0, 0, TableCipher) }