TCPLoadEchoClient is a tool that can easily start 100.000+ concurrent TCP connections to a server, and periodically send data over it.
It achieves this by using the Linux Kernel Epoll functionality (+- like BSD's kqueue)
Combined with the TCPLoadEchoServer, this tool can be used to stress test NAT stacks, firewalls, ...