From 81086ab9484b10ec6312cdd171ac1ef96c5ab541 Mon Sep 17 00:00:00 2001 From: Tomasen Date: Sun, 6 Dec 2015 15:16:21 +0800 Subject: [PATCH] add todos --- main_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main_test.go b/main_test.go index 91152a6..41110cc 100644 --- a/main_test.go +++ b/main_test.go @@ -228,6 +228,8 @@ func TestProtocolDecrypt(*testing.T) { testProtocol(b) } +// TODO: test x-forwarded-for + // TODO: test decryption with extra bytes in packet and check data // TODO: test decryption with seperated packet simulate loss connection and check data