You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because value type is (signed) Short
tcp/udp port is unsigned 16bit number but java's Short can't handle it.
As a result, some operation like compareTo() doesn't work.