[krbdev.mit.edu #8580] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Jul 17 22:41:27 EDT 2017


Apply TCP timeouts to HTTPS (KKDCP) transport

We apply (as of ticket #7604) a ten-second minimum delay after a TCP
connection is accepted before creating new connections or sending UDP
packets.  Apply this timeout to HTTPS connections as well, by removing
the transport check in get_endtime().  As the endtime field is only
set by service_tcp_connect(), it will always have the value 0 for UDP
connection state objects, so there is no need to check the transport
type.

(cherry picked from commit aace82e17ed0185faa3e9cda5437a3c6a7a40b10)

https://github.com/krb5/krb5/commit/9a844b3f7206864d390cc35fc0cb4977684d7de2
Author: Greg Hudson <ghudson at mit.edu>
Commit: 9a844b3f7206864d390cc35fc0cb4977684d7de2
Branch: krb5-1.14
 src/lib/krb5/os/sendto_kdc.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)



More information about the krb5-bugs mailing list