netty5/common/src/main/java/io/netty/util
Norman Maurer 2c5ab129e5 Document the correct default value of SOMAXCONN
Motivation:

Recently we changed the default value of SOMAXCONN that is used when we can not determine it by reading /proc/sys/net/core/somaxconn. While doing this we missed to update the javadocs to reflect the new default value that is used.

Modifications:

List correct default value in the javadocs of SOMAXCONN.

Result:

Correct javadocs.
2014-08-18 06:05:38 +02:00
..
collection Fixes and improvements to IntObjectHashMap. Related to [#2659] 2014-07-21 16:44:19 +02:00
concurrent Fix a bug where ChannelFuture.setFailure(null) doesn't fail 2014-08-05 11:23:28 -07:00
internal Use our own URL shortener wherever possible 2014-07-31 17:05:54 -07:00
AbstractReferenceCounted.java Fix most inspector warnings 2014-07-02 20:21:30 +09:00
Attribute.java Fix regression in DefaultAttributeMap / Add Attribute.key() / More fine-grained locking 2013-02-21 15:49:51 -08:00
AttributeKey.java Checkstyle 2013-10-25 21:04:10 +09:00
AttributeMap.java minor documentation cleanup 2013-07-20 08:01:14 +02:00
CharsetUtil.java Refactor FastThreadLocal to simplify TLV management 2014-06-19 21:08:16 +09:00
DefaultAttributeMap.java Fix most inspector warnings 2014-07-02 20:21:30 +09:00
HashedWheelTimer.java [#2662] Fix race in cancellation of TimerTasks which could let to NPE 2014-07-25 06:34:49 +02:00
IllegalReferenceCountException.java ReferenceCountException -> IllegalReferenceCountException 2013-06-13 14:00:15 +09:00
NetUtil.java Document the correct default value of SOMAXCONN 2014-08-18 06:05:38 +02:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
Recycler.java Small fixes and improvements 2014-07-20 09:36:57 +02:00
ReferenceCounted.java Move ReferenceCounted and AbstractReferenceCounted to io.netty.util 2013-06-13 13:14:21 +09:00
ReferenceCountUtil.java Refactoring in preparation to unify I/O logic for all branches 2014-08-05 08:04:23 +02:00
ResourceLeak.java Better buffer leak reporting 2013-12-05 00:51:39 +09:00
ResourceLeakDetector.java Cleaner resource leak report by excluding noisy stack trace elements 2014-01-29 11:53:23 +09:00
ResourceLeakException.java Ensure backward compatibility 2013-12-05 01:02:38 +09:00
Signal.java Deprecate UniqueName and its subtypes' constructors / Add valueOf() for easier future migration. 2013-10-25 20:53:47 +09:00
ThreadDeathWatcher.java Refactor FastThreadLocal to simplify TLV management 2014-06-19 21:08:16 +09:00
Timeout.java Simpler method naming in Timeout 2012-12-26 13:50:01 +09:00
Timer.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
TimerTask.java Update license headers 2012-06-04 13:31:44 -07:00
UniqueName.java Deprecate UniqueName and its subtypes' constructors / Add valueOf() for easier future migration. 2013-10-25 20:53:47 +09:00
Version.java Fix most inspector warnings 2014-07-02 20:21:30 +09:00