]> git.ipfire.org Git - fireperf.git/history - src/client.c
Set socket buffer sizes on both sides for duplex traffic
[fireperf.git] / src / client.c
2021-02-22  Michael TremerSet socket buffer sizes on both sides for duplex traffic
2021-02-18  Michael Tremerserver: Support "--close"
2021-02-18  Michael Tremerclient: Implement duplex mode
2021-02-18  Michael TremerChange that the server is now sending data and the...
2021-02-18  Michael TremerMove functions to send/receive data to main
2021-02-18  Michael TremerInitialize the random pool for both, client and server
2021-02-18  Michael Tremerrandom: Move pool into extra file
2021-02-04  Michael Tremerclient: Implement closing connections straight away
2021-02-04  Michael TremerMove dumping stats into main.c
2021-02-04  Michael Tremerstats: Merge client and server stats
2021-02-04  Michael Tremerstats: Show new connections per second
2021-02-04  Michael Tremerstats: Rename connections to open_connections
2021-02-04  Michael Tremerclient: Print current bandwidth and total bytes sent
2021-02-04  Michael Tremerclient: Show timestamp when dumping stats
2021-02-04  Michael Tremerclient: Avoid double-closing the epoll file descriptor
2021-02-03  Michael Tremerclient: Add scaffolding to dump stats
2021-02-03  Michael TremerMove creation of epoll() and timerfd() to main
2021-02-01  Michael TremerRename sockets -> listening_sockets
2021-02-01  Michael Tremerclient: Use a random port to connect to the server
2021-02-01  Michael Tremerclient: Try to keep "conf->parallel" connections open
2021-02-01  Michael Tremerclient: Create random pool to send data faster
2021-02-01  Michael TremerAllocate send/receive buffers the same as socket buffers
2021-02-01  Michael Tremerclient+server: Configure socket send/receive buffer...
2021-01-28  Michael Tremerclient+server: Remove some excessive debugging output
2021-01-28  Michael Tremerclient+server: Terminate gracefully when receiving...
2021-01-28  Michael Tremerclient: Enable sending keepalive packets every 10 seconds
2021-01-28  Michael Tremerclient: ALlow keepalive only mode
2021-01-28  Michael Tremerclient: Add some example for gathering random data
2021-01-28  Michael Tremerclient: Give the user the choice whether to send random...
2021-01-28  Michael Tremerclient: Add timeout
2021-01-25  Michael Tremerclient: Add a basic implementation
2021-01-25  Michael TremerAdd scaffolding for client/server code