etcd/rafthttp
Yicheng Qin b24d546bd0 rafthttp: increase sender buffer size
The buffer size is set big enough to buffer all messages generated in
one second as a follower in good path.
2014-12-07 22:35:50 -08:00
..
batcher.go rafthttp: only batch good MsgAppResp 2014-11-25 17:53:26 -08:00
batcher_test.go rafthttp: add batcher 2014-11-23 12:05:42 -08:00
entry_reader.go rafthttp: add streaming server and client 2014-11-20 11:34:50 -08:00
entry_test.go rafthttp: add streaming server and client 2014-11-20 11:34:50 -08:00
entry_writer.go rafthttp: add streaming server and client 2014-11-20 11:34:50 -08:00
http.go rafthttp: limit the buffer for every read correctly 2014-11-24 17:39:39 -08:00
http_test.go dep: bump golang.org/x/net/context 2014-11-20 10:19:12 -08:00
sender.go rafthttp: increase sender buffer size 2014-12-07 22:35:50 -08:00
sender_test.go rafthttp: add streaming server and client 2014-11-20 11:34:50 -08:00
streamer.go rafthttp: increase the size of streaming buffer 2014-11-26 14:46:52 -08:00