diff Net/TCPStream.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 4ba4fd48e1da
children
line wrap: on
line diff
--- a/Net/TCPStream.cs	Sat Oct 11 14:08:10 2014 +0200
+++ b/Net/TCPStream.cs	Mon Oct 27 23:24:32 2014 +0100
@@ -4,7 +4,6 @@
 using System.Net.Sockets;
 using System.Threading;
 using UCIS.Util;
-using SysThreadPool = System.Threading.ThreadPool;
 
 namespace UCIS.Net {
 	public class TCPStream : Stream, INetworkConnection {