Re: [twsocket] Port number

2006-03-31 Thread Werner
upport mailing" Verzonden: vrijdag, maart 31, 2006 12:41 Onderwerp: Re: [twsocket] Port number > Hello Werner, > > You have to make a little protocol for that. B listens on a know > IP:Port. A connect to B and tells B the port he will listen on in the > protocol. Then later B can con

Re: [twsocket] Port number

2006-03-31 Thread Wilfried Mestdagh
necting to the server to retreive the clients actual port >> > address?. I must know this port because I need to contact this client > back >> > on an other WSocket. Ofcourse it wil work fine if the client don't > change >> > his port number. >> >> &

Re: [twsocket] Port number

2006-03-31 Thread Wilfried Mestdagh
Hello Frans, > was the default not 240seconds, posible minumum value 30sec ? And the port > limited by maxuserport? Yes I think you are right. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TW

Re: [twsocket] Port number

2006-03-31 Thread Werner
to retreive the clients actual port > > address?. I must know this port because I need to contact this client back > > on an other WSocket. Ofcourse it wil work fine if the client don't change > > his port number. > > > Thanks a lot > > Werner > > >

Re: [twsocket] Port number

2006-03-31 Thread Frans van Daalen
- Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, March 31, 2006 11:05 AM Subject: Re: [twsocket] Port number > Hello Werner, > >> When the server listen to port 2500, and the socket port s

Re: [twsocket] Port number

2006-03-31 Thread Wilfried Mestdagh
t. Ofcourse it wil work fine if the client don't change > his port number. > Thanks a lot > Werner > - Oorspronkelijk bericht - > Van: "Wilfried Mestdagh" <[EMAIL PROTECTED]> > Aan: "ICS support mailing" > Verzonden: vrijdag, maart 31, 2006

Re: [twsocket] Port number

2006-03-31 Thread Werner
anks a lot Werner - Oorspronkelijk bericht - Van: "Wilfried Mestdagh" <[EMAIL PROTECTED]> Aan: "ICS support mailing" Verzonden: vrijdag, maart 31, 2006 10:11 Onderwerp: Re: [twsocket] Port number > Hello Werner, > > It is the exact peer port. I try to exp

Re: [twsocket] Port number

2006-03-31 Thread Wilfried Mestdagh
Hello Werner, It is the exact peer port. I try to explain: -- for a server -- Server listens on a certain addr:port. Client connect to that port, but server should stay listening, so the listening port has to be kept free, so as fast as possible the socket is duped to another local port. This por

[twsocket] Port number

2006-03-30 Thread Werner
Hi All, Using WSocket and GetPeerPort. The client has for example port 2000 When recieving a package then close again, then recieving -close, etc I receive 2001 then next package 2002, 2003, etc. as portNumber The portnumber seems to increase all the time, and not giving me the exact PeerPort li