]> granicus.if.org Git - libevent/commit
Limit the maximum number of events on each socket to 65535
authorNick Mathewson <nickm@torproject.org>
Fri, 9 Apr 2010 23:16:49 +0000 (19:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 9 Apr 2010 23:16:49 +0000 (19:16 -0400)
commit819f949f4ab61c4c5add40105d299e73c190e94f
treeb1caf088e81d2b3b8277e940771257ff59c37293
parent99210dd9e0f6c2dfbd53c65854bd317cf13054be
Limit the maximum number of events on each socket to 65535

This lets us use less RAM for the evmap_io structure, which in turn
can let us have fewer cache misses for evmap operations.
evmap.c