• Juliusz Chroboczek's avatar
    Make the flooding protocol use TCP. · b63c15af
    Juliusz Chroboczek authored
    This simplifies the code a lot, since it gives us the notion of a session
    for free.  And congestion control, of course.
    
    This is not quite ready yet: we don't wait for the peer's handshake before
    initiating flooding, and we don't perform duplicate suppression.  Doing that
    will require a different data structure.
    b63c15af
flood.c 16.8 KB