pseudotcp: Don't mix "long" and guint, one is signed, the other is unsigned
So use guint64 everywhere, this is never supposed to be negative.
Showing
Please register or sign in to comment
So use guint64 everywhere, this is never supposed to be negative.