kdc: enable keepalive mode on incoming sockets

Change-Id: I72a43486fe772ad3c8e71d8c5cc512bdb89de2d2
This commit is contained in:
Jeffrey Altman
2020-07-20 15:42:50 -04:00
committed by Jeffrey Altman
parent 28b9283709
commit 3214c835da

View File

@@ -291,6 +291,7 @@ init_socket(krb5_context context,
d->s = rk_INVALID_SOCKET;
return;
}
socket_set_keepalive(d->s, 1);
}
/*