]> Sergey Matveev's repositories - btrtrc.git/commit
Share the post write buffer with the synchronous one in the connection writer
authorMatt Joiner <anacrolix@gmail.com>
Sat, 3 Feb 2018 03:40:03 +0000 (14:40 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 3 Feb 2018 03:40:03 +0000 (14:40 +1100)
commit86aabb081c6f0e46ef188349a82d82aa9415190b
treee484b2cdd5e89dd5340ca398a8d3cda1ae8e0b7f
parent9b1a769bef25fffc027550c854574709015e801a
Share the post write buffer with the synchronous one in the connection writer

This should prevent messages posted while generating synchronous messages don't get out of order.
connection.go