donotturnoff / aerend

My third year project
0 stars 0 forks source link

Investigate unpacking struct from network #174

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Is it necessary to have all the unpacking code in process_event, or will the data already be in the struct format? Also, should there be htons included in the unpacking code?