X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3ef56fee8f2fff8a18e5382e51ffda92b7b35948..a6801c397732a55d2f9f477a360db6fc09bb1c3d:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 121252b4..36477188 100644 --- a/clientserver.c +++ b/clientserver.c @@ -271,6 +271,8 @@ static int start_daemon(int fd) } set_socket_options(fd,"SO_KEEPALIVE"); + set_socket_options(fd,lp_socket_options()); + io_printf(fd,"@RSYNCD: %d\n", PROTOCOL_VERSION);