Changelog ([1]): - fix some HAVE_IPV6 conditional changes - fix SO_TIMEOUT regressiony - ren sockets.c to socket_io.c - fix compile breakage per abs() returning an int instead of float - support for gettcpinfo on Mac OS X (tested on both M1 and x86 silicon) - move setsock_blocking from sockets into PerfSocket.cpp - don't require -V for v6, instead try v6 when v4 hostname lookup fails, client only - add assert in writen - add tcp RTT variance to client output - use setsockopt to get the nagle status - show Nagle and TOS settings on client - more on connect-only testing - sample and output the initial rtt and cwnd in the connect report - fix multiple fullduplex regressions - fix for HAVE_TCP_STATS in configure, then linux compile - writen can have more than one write, fix accounting when this occurs - fix tos with --reverse and --full-duplex - add support for --tos-override <value> on server - add support for --tcp-drain, add mmm stats, histograms - experimental feature - multiple man page updates - fix partial histogram print to not show (f) - some new scripts in python flows - fixes to incr-srcport - fixes for --incr-dstport - fix regression on very first UDP packet having transit latency of zero - fix --reverse and --isochronous when --trip-times not set - fix client_init regression, pull out tcp_shutdown - fix reporter startup race and one second delay by setting the threads ready predicate and issuing the signal under a lock - fix first send accounting for small -n - fix configure.ac to use '=' instead of '==' [1] https://sourceforge.net/projects/iperf2/files/readme.txt/download Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches