zephyr/samples/net/sockets
Paul Sokolovsky 5cbfa397c5 samples: sockets: dumb_http_server: Use big payload by default
This sends out 2KB+ payload (i.e. guaranteedly more than 1 network
packet). When this sample was initially written, using such payload
quickly let to a deadlock somewhere in the network stack. However
as of now, running with such payload can sustain testing with
"ab -n10000" (10000 consecutive HTTP requests using Apache Bench),
so set is as a default, to serve as a mark point against possible
future regressions.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-10-18 12:38:36 -04:00
..
dumb_http_server samples: sockets: dumb_http_server: Use big payload by default 2017-10-18 12:38:36 -04:00
echo samples: net: sockets: Print incoming connection number 2017-10-16 11:01:06 +03:00
echo_async doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
http_get tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00