Testing oplossing

This commit is contained in:
Thulinma 2011-01-17 14:30:11 +01:00
parent 1413e40dd3
commit 71efc65684
3 changed files with 13 additions and 7 deletions

View file

@ -45,7 +45,8 @@ void parseChunk(){
//6 = pingrequest, 4 bytes data
//7 = pingresponse, 4 bytes data
//we don't need to process this
} break;
SendCTL(3, rec_cnt);//send ack (msg 3)
} break;
case 5://window size of other end
#if DEBUG >= 4
fprintf(stderr, "CTRL: Window size\n");