tcp udp both work

This commit is contained in:
wangyu
2017-07-22 01:19:13 +08:00
committed by wangyu
parent 58e4c4ba39
commit 04eb3e3ac0
2 changed files with 568 additions and 61 deletions

View File

@@ -9,10 +9,6 @@
static uint8_t zero_iv[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0};//this prog use zero iv,you should make sure first block of data contains a random/nonce data
static uint8_t g_key[]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16, 0,0,0,0};
static uint8_t buf[65535+100];
static const int disable_all=0;
static const int disable_aes=0;