Search found 2 matches
- Wed Jul 08, 2009 11:39 am
- Forum: NetBurner Software
- Topic: TcpSendKeepAlive. Does it work ?
- Replies: 7
- Views: 8647
Re: TcpSendKeepAlive. Does it work ?
well the main reason is, if you send keepalive packets too often, your increasing network traffic and there is no real benefit from sending it more often. Unless of course you have a situation where its absolutely necessary to close the connection the instance they are dead. So basically you have to ...
- Tue Jul 07, 2009 1:29 pm
- Forum: NetBurner Software
- Topic: TcpSendKeepAlive. Does it work ?
- Replies: 7
- Views: 8647
Re: TcpSendKeepAlive. Does it work ?
the number returned by TcpGetLastRxTime() is the number of system time ticks elapsed between system boot and the last TCP packet that was received. if you would like to display this number in seconds since start up, all you have to do is divide the returned value by the constant "TICKS_PER_SECOND ...