Merge pull request #1927 from hitstergtd/codespell-fixes

Problem: tune_tcp_keepalives signature more than 80 chars on a line
This commit is contained in:
Doron Somech 2016-04-25 16:02:11 +03:00
commit 4b3199fefa

View File

@ -45,7 +45,8 @@ namespace zmq
void set_tcp_receive_buffer (fd_t sockfd_, int bufsize_);
// 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
void tune_tcp_maxrt (fd_t sockfd_, int timeout_);