coot

Results 240 issues of coot
trafficstars

Log all application exceptions, accepted connections etc, errors which are thrown by `accept` call.

inbound-governor

Write better generators for `tracePropertyInFlight`, to uncover #973 which was fixed in #1001.

testing
block-fetch

And related abuse/DoS resistance: * limiting connections or rate of connections per IP

inbound-governor
accept-loop

The only remaining part of #1116 is to check that the tests involve `MsgNoBlock`. Quickcheck's [cover](https://hackage.haskell.org/package/QuickCheck-2.10.0.1/docs/Test-QuickCheck-Property.html#v:cover) can fit this purpose quite nicely.

testing

See the todos in [Ouroboros.Network.BlockFetch](https://github.com/input-output-hk/ouroboros-network/blob/master/ouroboros-network/src/Ouroboros/Network/BlockFetch.hs#L234).

block-fetch

It would be nice to tests that: * [ ] `decodeMuxSDU` returns `MuxSDU`s in normal form * [ ] `Socket.recv` returns results in normal form As suggested by @dcoutts [here](https://github.com/input-output-hk/ouroboros-network/pull/1084#discussion_r329674266)...

optimisation
mux

The network-mux egress could benefit from abstracting the queuing facility that is used there. Abstracting this out would allow us to test fairness properties in isolation. Below is a snippet...

testing
technical debt
mux

This is an extension of #1362.

ntp-client

A home user wants to see a network connection status on Daedalus so that he/she knows the state of the network connection. If the user receives a notification that they...

daedalus