1
0
mirror of https://passt.top/passt synced 2024-10-01 03:25:48 +00:00

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>
This commit is contained in:
Stefano Brivio 2021-09-27 00:31:17 +02:00
parent f004de4a9d
commit 3c839bfc46

1
tcp.c
View File

@ -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.
*