Undo some damage from an overambitious patch.
[irker.git] / security.txt
index 4bee57750c9fe9ebc7713fbf4dbbad583794a151..8faf43faf4565891c339c0fa5badd7ec7a0359be 100644 (file)
@@ -163,10 +163,6 @@ near resource limits.  An ordinary DoS attack would then be prevented
 from completely blocking all message traffic; the cost would be a
 whole lot of join/leave spam due to connection churn.
 
-We also use greenlets (Python coroutines imitating system threads)
-when they are available.  This reduces memory overhead due to
-threading substantially, making a thread-flooding DoS more dfficult.
-
 == Authentication/Integrity ==
 
 One way to help prevent DoS attacks would be in-band authentication -