aboutgitcodebugslistschat
path: root/tcp.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-09-27 00:31:17 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-09-27 01:28:02 +0200
commit3c839bfc4687c8b36550f22a6f7ee34e08102e27 (patch)
treea662e2b5faf0ccb4c5385191e2adf13f0f5c8438 /tcp.c
parentf004de4a9d29f65e14a542e42dc40b9628e936d4 (diff)
downloadpasst-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>
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c1
1 files changed, 0 insertions, 1 deletions
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.
*