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