From 3c839bfc4687c8b36550f22a6f7ee34e08102e27 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 27 Sep 2021 00:31:17 +0200 Subject: tcp: Drop TODO about sequence collision attacks A random initial sequence number based on a secret has already been there for a while. Signed-off-by: Stefano Brivio --- tcp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tcp.c') diff --git a/tcp.c b/tcp.c index b269e0e..91b82ee 100644 --- a/tcp.c +++ b/tcp.c @@ -58,7 +58,6 @@ * - security: * - no dynamic memory allocation is performed * - TODO: synflood protection - * - TODO: sequence collision attacks * * Portability is limited by usage of Linux-specific socket options. * -- cgit v1.2.3