netty5/transport
Trustin Lee 152c969eab Make Bootstrap and ServerBootstrap thread-safe
- Additional fix for: #970
- Use LinkedHashMap again to save memory consumption
- ServerBootstrap now makes a copy of child parameters so that modifying ServerBootstrap after bind() does not affect the already-bound servers. This also makes child channel initialization potentially faster due to reduced garbage iterator.
2013-01-31 11:34:28 +09:00
..
src Make Bootstrap and ServerBootstrap thread-safe 2013-01-31 11:34:28 +09:00
pom.xml [#884] Split SCTP transport into extra module 2013-01-03 22:19:06 +01:00