diff Util/QueuedPacketStream.cs @ 108:819fb56a56ea

Removed rate limiting code from TCPServer
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 27 Oct 2014 23:24:32 +0100
parents 9533a87363f3
children
line wrap: on
line diff
--- a/Util/QueuedPacketStream.cs	Sat Oct 11 14:08:10 2014 +0200
+++ b/Util/QueuedPacketStream.cs	Mon Oct 27 23:24:32 2014 +0100
@@ -2,7 +2,6 @@
 using System.Collections.Generic;
 using System.IO;
 using System.Threading;
-using SysThreadPool = System.Threading.ThreadPool;
 
 namespace UCIS.Util {
 	public abstract class QueuedPacketStream : PacketStream {