6564415997149aff8f4e550e98acb51d85cd00f6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / httping / Config.in
1 comment "httping needs a toolchain w/ wchar"
2         depends on !BR2_USE_WCHAR
3
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.
14
15           http://www.vanheusden.com/httping/
16
17 if BR2_PACKAGE_HTTPING
18
19 config BR2_PACKAGE_HTTPING_TFO
20         bool "TCP Fast Open (TFO) support"
21
22 endif