• Julien Muchembled's avatar
    Remove packet timeouts · f6eb02b4
    Julien Muchembled authored
    Since it's not worth anymore to keep track of the last connection activity
    (which, btw, ignored TCP ACKs, i.e. timeouts could theorically be triggered
    before all the data were actually sent), the semantics of closeClient has also
    changed. Before this commit, the 1-minute timeout was reset whenever there was
    activity (connection still used as server). Now, it happens exactly 100 seconds
    after the connection is not used anymore as client.
    f6eb02b4
replicator.py 19.8 KB