diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 00:31:17 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 01:28:02 +0200 |
commit | 3c839bfc4687c8b36550f22a6f7ee34e08102e27 (patch) | |
tree | a662e2b5faf0ccb4c5385191e2adf13f0f5c8438 | |
parent | f004de4a9d29f65e14a542e42dc40b9628e936d4 (diff) | |
download | passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.tar passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.tar.gz passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.tar.bz2 passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.tar.lz passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.tar.xz passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.tar.zst passt-3c839bfc4687c8b36550f22a6f7ee34e08102e27.zip |
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 <sbrivio@redhat.com>
-rw-r--r-- | tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. * |