2014-05-07 21:52:49 +02:00
|
|
|
comment "httping needs a toolchain w/ wchar"
|
2014-03-10 21:26:29 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
2013-01-14 14:32:07 +01:00
|
|
|
config BR2_PACKAGE_HTTPING
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "httping"
|
2014-03-10 21:26:29 +01: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 15:53:44 +02: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 14:32:07 +01:00
|
|
|
|
2013-11-11 17:23:23 +01:00
|
|
|
http://www.vanheusden.com/httping/
|
2013-01-14 14:32:07 +01: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 14:32:07 +01:00
|
|
|
|
|
|
|
endif
|