Anonymous - 2001-08-30

Hi everyone,

I try to run the tcp example in the demo, since it is a server I use telnet to talk to the it on port 4096, and it throws out an error messeage like this:

### Wrong OnAccept() signature! Overwrite
    bool OnAccept(const InetHostAddress &ia,
                  tpport_t port);
    This OnAccept() does not work anymore.
    (short changed to tpport_t)

and automatically close the connection.