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