An open API service indexing awesome lists of open source software.

https://github.com/cirocosta/when-to-buf

Pair of executables for checking use of buffers when doing networking
https://github.com/cirocosta/when-to-buf

buffering c networking

Last synced: about 1 year ago
JSON representation

Pair of executables for checking use of buffers when doing networking

Awesome Lists containing this project

README

          

USAGE:

make

./server
./client

ARGUMENTS

<(tx|rx)_bufsize> size of the glibc internal buffers to
to be used when performing reads or writes
on file streams (via `stdio` operations).

> 0 : buffer up to
< 1 : unbuffered writes

IP address to connect to (without port)

MORE

read more at https://ops.tips/blog/when-to-buffer-writes/