cjson: bump to version 1.4.3
[buildroot-gz.git] / package / httping / Config.in
blob6564415997149aff8f4e550e98acb51d85cd00f6
1 comment "httping needs a toolchain w/ wchar"
2         depends on !BR2_USE_WCHAR
4 config BR2_PACKAGE_HTTPING
5         bool "httping"
6         depends on BR2_USE_WCHAR
7         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
8         help
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"
22 endif