X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f9e940efc715a03d70791fd747993d56383706ff..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);