netty5/transport-sctp
Luke Wood f0ad079737 SCTP: Reduce object allocation overhead and fix receive buffer allocation
There are a couple of changes here all related to making the SCTP
transport less garbage-heavy:

- Remove the SctpNotificationEvent and just passes along the JDK NIO
  Notification, as passing the Notification and always null inside a
  wrapped object seemed a little bit superfluous
- Apply @trustin's changes to receive buffer allocation to SCTP
  transport, and also makes the SCTP transport use the configured buffer
  allocator rather than always creating a direct buffer (which seems
  like a bug)
2013-06-25 11:07:13 +09:00
..
src/main/java SCTP: Reduce object allocation overhead and fix receive buffer allocation 2013-06-25 11:07:13 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-06-14 12:55:15 +09:00