JAVersteeg / bTCP_project

0 stars 0 forks source link

Flag must be 8 bits, is 4 bits now #1

Closed JAVersteeg closed 4 years ago

JAVersteeg commented 4 years ago

The set_flags function handles flags as if the flag field is 4 bits. The new assignment states that it should be 8 bits.

basthijssen commented 4 years ago

Sane as window issue #2 . Not a problem, because it's automatically made into an 8 bits field in the pack function