pseudotcp: Put TCP flags in an enum
The on-the-wire flags (FIN, RST, ACK, etc.) should be in an enum to clarify the code a little. This introduces no functional changes.
Showing
Please register or sign in to comment
The on-the-wire flags (FIN, RST, ACK, etc.) should be in an enum to clarify the code a little. This introduces no functional changes.