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
- Host: GitHub
- URL: https://github.com/cirocosta/when-to-buf
- Owner: cirocosta
- Created: 2017-12-31T19:35:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T19:46:06.000Z (over 8 years ago)
- Last Synced: 2025-02-10T11:50:36.132Z (over 1 year ago)
- Topics: buffering, c, networking
- Language: C
- Homepage: https://ops.tips/blog/when-to-buffer-writes/
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/