]> Cypherpunks.ru repositories - nncp.git/commit
Use explicitly larger bufio's buffer
authorSergey Matveev <stargrave@stargrave.org>
Sun, 4 Sep 2022 13:48:25 +0000 (16:48 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 4 Sep 2022 13:56:00 +0000 (16:56 +0300)
commitc2b17fd0fc439e420710f53602604e8823c2fb1d
treee9952d24e1b77368ff22a8ed97f7cf0e3aaf9e0f
parentffe4b2fbf50c031e9c002f2395957859cb4787cc
Use explicitly larger bufio's buffer

Default is 4KiB, but internally NNCP mostly uses 128KiB.
src/cmd/nncp-ack/main.go
src/cmd/nncp-bundle/main.go
src/cmd/nncp-exec/main.go
src/cmd/nncp-reass/main.go
src/cmd/nncp-xfer/main.go
src/toss.go
src/tx.go