2014-05-07 16:52:49 -03:00
|
|
|
comment "httping needs a toolchain w/ wchar"
|
2014-03-10 17:26:29 -03:00
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
|
2013-01-14 13:32:07 +00:00
|
|
|
config BR2_PACKAGE_HTTPING
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "httping"
|
2014-03-10 17:26:29 -03:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-11-11 17:23:23 +01:00
|
|
|
help
|
|
|
|
|
Httping is like 'ping' but for http-requests.
|
2017-07-31 09:53:44 -04:00
|
|
|
Give it an url, and it'll show you how long it takes to
|
|
|
|
|
connect, send a request and retrieve the reply (only the
|
|
|
|
|
headers).
|
|
|
|
|
Be aware that the transmission across the network also takes
|
|
|
|
|
time! So it measures the latency of the webserver + network.
|
2013-01-14 13:32:07 +00:00
|
|
|
|
2013-11-11 17:23:23 +01:00
|
|
|
http://www.vanheusden.com/httping/
|
2013-01-14 13:32:07 +00:00
|
|
|
|
|
|
|
|
if BR2_PACKAGE_HTTPING
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HTTPING_TFO
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "TCP Fast Open (TFO) support"
|
2013-01-14 13:32:07 +00:00
|
|
|
|
|
|
|
|
endif
|