PDA

Click to See Complete Forum and Search --> : Winsock Port Numbers!!!


tomcatexodus
Feb 27th, 2001, 04:20 PM
I created a server application:D, which when I open a new connection, to allow a client to connect, it simply opens an new "child" window within an MDI, with a new winsock control and port number. My question is:confused:, is there a way to overcome the error "Buffer overflow" when I open more than 16 ports. The moment I attempt to open the 17th different port, it errors out... any help will be appriciated greatly!!:)

plenderj
Feb 28th, 2001, 11:18 AM
I've created apps which open hundreds of sockets and I've had no problems :)
What code are you using ?

- jamie

tomcatexodus
Feb 28th, 2001, 02:05 PM
Go online l8r and I'll post the coding for my applet... (hundreds?.. kewl.....:D)