public void _testRegressively() throws IOException
{
tearDown();
InetSocketAddress addr = new InetSocketAddress( port );
EchoProtocolHandler handler = new EchoProtocolHandler();
for( int i = 0; i < 1048576; i++ )
{
acceptor.bind( addr, handler );
testDuplicateBind();
testDuplicateUnbind();