Commit graph

2 commits

Author SHA1 Message Date
Sönke Ludwig
fc5df2f949
Use level-triggered events for listening stream sockets.
The limit of 20 accepted connections per event invocation can otherwise lead to no more connections being accepted when more that 20 connections are available at a time. This is an adaptation of @Boris-Barboris pull request #21 to restrict the level triggered behavior to listening sockets. See also #20.
2017-09-02 00:12:58 +02:00
Sönke Ludwig
d1829669ec Split up Posix event driver into separate files. 2017-01-25 00:11:57 +01:00
Renamed from source/eventcore/drivers/select.d (Browse further)