• antirez's avatar
    flushSlavesOutputBuffers(): details clarified via comments. · 55cb64bb
    antirez authored
    Talking with @oranagra we had to reason a little bit to understand if
    this function could ever flush the output buffers of the wrong slaves,
    having online state but actually not being ready to receive writes
    before the first ACK is received from them (this happens with diskless
    replication).
    
    Next time we'll just read this comment.
    55cb64bb
networking.c 61.5 KB