trim proxy ads plus hostname stg

128 should be fine for hostname and proxy ads

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-18 12:02:18 +08:00
parent 73a820a989
commit 8dac94da67

View file

@ -238,8 +238,8 @@ struct libwebsocket_context {
int fds_count;
int max_fds;
int listen_port;
char http_proxy_address[256];
char canonical_hostname[1024];
char http_proxy_address[128];
char canonical_hostname[128];
unsigned int http_proxy_port;
unsigned int options;
unsigned long last_timeout_check_s;