bsd: change operator-(tcp_seq, tcp_seq) to be signed
This is more useful if there is no ordering between the two numbers (either
one can be ahead).
Change BYTES_THIS_ACK to return unsigned, to prevent an unsigned division from
turning into a signed division.
Signed-off-by:
Avi Kivity <avi@cloudius-systems.com>
Please register or sign in to comment