haskell-distributed / network-transport-tcp

TCP Realisation of Network.Transport
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
30 stars 27 forks source link

newEndPointInternal overrides QDisc per-EndPoint #58

Closed avieth closed 7 years ago

avieth commented 7 years ago

Some applications may require each EndPoint's QDisc to have local state. With this patch, it can be done via TransportInternals.

facundominguez commented 7 years ago

LGTM