Problem: tune_tcp* related code has style issues

Solution: fix it
This commit is contained in:
hitstergtd
2016-05-01 14:42:27 +01:00
parent 95acb29bfb
commit a31c508979
3 changed files with 28 additions and 15 deletions

View File

@@ -147,7 +147,8 @@ void zmq::tcp_connecter_t::out_event ()
}
tune_tcp_socket (fd);
tune_tcp_keepalives (fd, options.tcp_keepalive, options.tcp_keepalive_cnt, options.tcp_keepalive_idle, options.tcp_keepalive_intvl);
tune_tcp_keepalives (fd, options.tcp_keepalive, options.tcp_keepalive_cnt,
options.tcp_keepalive_idle, options.tcp_keepalive_intvl);
tune_tcp_maxrt (fd, options.tcp_maxrt);
// remember our fd for ZMQ_SRCFD in messages