netty5/transport-sctp/src/main
Sergey Polovko 4eaa59d516 Improve SctpMessage.hashCode method
Motivation:

Not all fields of SctpMessage which used to check message equality are used
to generate hashcode.

Modifications:

Use value of 'unordered' field in hashCode method.

Result:

Better hash function of SctpMessage.
2016-01-05 20:30:52 +01:00
..
java Improve SctpMessage.hashCode method 2016-01-05 20:30:52 +01:00