Bläddra i källkod

Remove obsolete comment

Rod Hynes 9 år sedan
förälder
incheckning
624cc126a8
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      psiphon/server/tunnelServer.go

+ 0 - 2
psiphon/server/tunnelServer.go

@@ -1492,8 +1492,6 @@ func (sshClient *sshClient) handleTCPChannel(
 	// openPortForward) _before_ checking isPortForwardLimitExceeded
 	// otherwise, the client could potentially consume excess resources
 	// by initiating many port forwards concurrently.
-	// TODO: close LRU connection (after successful Dial) instead of
-	// rejecting new connection?
 	if maxCount, exceeded := sshClient.isPortForwardLimitExceeded(portForwardTypeTCP); exceeded {
 
 		// Close the oldest TCP port forward. CloseOldest() closes