-
Notifications
You must be signed in to change notification settings - Fork 0
Pair of executables for checking use of buffers when doing networking
cirocosta/when-to-buf
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
USAGE:
make
./server <rx_bufsize>
./client <address> <tx_bufsize>
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 <tx_bufsize>
< 1 : unbuffered writes
<address> IP address to connect to (without port)
MORE
read more at https://ops.tips/blog/when-to-buffer-writes/
About
Pair of executables for checking use of buffers when doing networking
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published