Skip to content
Snippets Groups Projects
Commit 2ab3d473 authored by Ryan Izard's avatar Ryan Izard
Browse files

Working on unit tests. Found bugs in TCP and UDP. ByteBuffer returns a...

Working on unit tests. Found bugs in TCP and UDP. ByteBuffer returns a (signed) short for ports, but they are valid 0-65535, not -32768-32767. Convert possibly negative ports from BB to positive ints using a bitmask.
parent fc10fc9f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment