Skip to content

Commit

Permalink
setting tcp_send_timeout to default 10 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Feb 22, 2015
1 parent b343ca1 commit eb1b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/proto_tcp/proto_tcp.c
Expand Up @@ -65,7 +65,7 @@ static void tcp_conn_clean(struct tcp_connection* c);
static int tcp_port = SIP_PORT;

/* in miliseconds */
static int tcp_send_timeout = 100;
static int tcp_send_timeout = 10;

/* 1 if TCP connect & write should be async */
static int tcp_async = 0;
Expand Down

0 comments on commit eb1b02c

Please sign in to comment.