Commit d3c800a2 authored by hitstergtd's avatar hitstergtd

Problem: tune_tcp_keepalives signature >80 chars

Solution: fix it
parent b2d0ab18
...@@ -45,7 +45,8 @@ namespace zmq ...@@ -45,7 +45,8 @@ namespace zmq
void set_tcp_receive_buffer (fd_t sockfd_, int bufsize_); void set_tcp_receive_buffer (fd_t sockfd_, int bufsize_);
// Tunes TCP keep-alives // Tunes TCP keep-alives
void tune_tcp_keepalives (fd_t s_, int keepalive_, int keepalive_cnt_, int keepalive_idle_, int keepalive_intvl_); void tune_tcp_keepalives (fd_t s_, int keepalive_, int keepalive_cnt_,
int keepalive_idle_, int keepalive_intvl_);
// Tunes TCP max retransmit timeout // Tunes TCP max retransmit timeout
void tune_tcp_maxrt (fd_t sockfd_, int timeout_); void tune_tcp_maxrt (fd_t sockfd_, int timeout_);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment