Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 362 Bytes

File metadata and controls

13 lines (9 loc) · 362 Bytes

Protocol Parsing

In this step we are going to do Protocol Parsing so that we will be able to process mutiple requests from a Client

The easiest way to achieve this is to declare how long the request is at the beginning of the request Like this:

+-----+------+-----+------+-------- | len | msg1 | len | msg2 | more... +-----+------+-----+------+--------