From 0ad90a4d84843e5c6865ce0b1ee82dad7a408139 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Tue, 15 Sep 2009 14:06:27 +0200 Subject: [PATCH] note that 1 packet in network is good for DDoS attack protection too --- INFO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INFO b/INFO index 535d010..a294314 100644 --- a/INFO +++ b/INFO @@ -29,7 +29,9 @@ based protocols because it has only 1 packet in the network. TCP protocol has about 3 packets. Design of FSP protocol makes impossible to send more than 1 packet into network. - This is nice method for bandwidth protection. + This is nice method for bandwidth protection, better handling + traffic spikes and for sever protection against denial of + service attacks on server. FSP server do not sends any data out unless is asked for. This solves problem with transfering duplicate data when using TCP