1 comment "httping needs a toolchain w/ wchar"
2 depends on !BR2_USE_WCHAR
4 config BR2_PACKAGE_HTTPING
6 depends on BR2_USE_WCHAR
7 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
9 Httping is like 'ping' but for http-requests.
10 Give it an url, and it'll show you how long it takes to connect,
11 send a request and retrieve the reply (only the headers).
12 Be aware that the transmission across the network also takes time!
13 So it measures the latency of the webserver + network.
15 http://www.vanheusden.com/httping/
17 if BR2_PACKAGE_HTTPING
19 config BR2_PACKAGE_HTTPING_TFO
20 bool "TCP Fast Open (TFO) support"