In article <[EMAIL PROTECTED]> you wrote:
> Suppose I've got two sockets, A and B, and I'd like to make it so all  
> data that arrives on B gets sent to A. My program does not care about  
> the transferred data (and never will), and should handle roughly 5000  
> such A/B socket pairs.

Can you use NAT for this? You can make entries in the normal NAT state table
if you dont want to use a transparent TCP socket proxy. So the forwarding
will be done in kernel context.

You need to describe your setting more.

Gruss
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to