I don't know the answer to your question, but one traditional problem with
using tcpip sockets is that each one takes up space in kernel memory, and
so memory usage can get very large very quick. This is one reason why
UDP is frequently used for chat-liek things instead of TCP.
--linas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/