genode/repos/ports/src/app/netperf
Christian Helmuth 6410e88698 netperf: handle EPIPE / silence warnings
This is an intermediate fix to handle sends to sockets shut down by the
peer already. A final fix in the libc would add support for the
MSG_NOSIGNAL send flag, generate SIGPIPE, and return the expected EINTR.
Then this patch is no longer required.

This commit also drops the obsolete patch for missing
sysconf(_SC_NPROCESSORS_ONLN), which is now part of libc.
2019-11-19 14:54:13 +01:00
..
config.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
netlib.patch netperf: handle EPIPE / silence warnings 2019-11-19 14:54:13 +01:00
omni.patch ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
target.mk netperf: handle EPIPE / silence warnings 2019-11-19 14:54:13 +01:00
timer.cc netperf: 'times_up' mechanism based on pthread 2019-02-12 10:33:16 +01:00