Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcontrolling HTML web page in Visual C++ 6.0 Pin
Freeman Taylor24-Aug-04 4:15
Freeman Taylor24-Aug-04 4:15 
GeneralRe: controlling HTML web page in Visual C++ 6.0 Pin
Jeff Bogan24-Aug-04 5:50
Jeff Bogan24-Aug-04 5:50 
GeneralRe: controlling HTML web page in Visual C++ 6.0 Pin
Freeman Taylor24-Aug-04 6:35
Freeman Taylor24-Aug-04 6:35 
GeneralRe: controlling HTML web page in Visual C++ 6.0 Pin
Neville Franks24-Aug-04 10:45
Neville Franks24-Aug-04 10:45 
GeneralPersistant GetOpenFileName Pin
Patrick REY24-Aug-04 3:57
Patrick REY24-Aug-04 3:57 
GeneralInterprocess communication or something like that Pin
olliman24-Aug-04 3:15
olliman24-Aug-04 3:15 
GeneralTCP/IP Socket KeepAlive Feature Question. Pin
jerry1211a24-Aug-04 3:05
jerry1211a24-Aug-04 3:05 
GeneralRe: TCP/IP Socket KeepAlive Feature Question. Pin
Henry miller24-Aug-04 3:20
Henry miller24-Aug-04 3:20 
Last I checked the RFC (10 years ago) the timeout was 2 hours! If you need less you need to impliment that yourself. Basicly you need to ping the other end every second, and check for errors. However TCP does in order delivery, so if one packet is lost but the connection is otherwise good (this is a normal situation!) it can take more than one second for the retry.

You can get around this with UDP. In fact it might be better to use UDP for your keep alive because then you know which packets are lost, and when things are arriving out of order.
GeneralHelp Please Pin
bunty2k424-Aug-04 2:54
bunty2k424-Aug-04 2:54 
GeneralRe: Help Please Pin
Maximilien24-Aug-04 4:58
Maximilien24-Aug-04 4:58 
GeneralHelp Please Pin
bunty2k424-Aug-04 2:54
bunty2k424-Aug-04 2:54 
Generalfread crash Pin
ns24-Aug-04 1:55
ns24-Aug-04 1:55 
GeneralRe: fread crash Pin
Cedric Moonen24-Aug-04 2:49
Cedric Moonen24-Aug-04 2:49 
GeneralRe: fread crash Pin
ns24-Aug-04 2:54
ns24-Aug-04 2:54 
GeneralRe: fread crash Pin
Cedric Moonen24-Aug-04 2:50
Cedric Moonen24-Aug-04 2:50 
Generallog method-call and time on PocketPc Pin
pat27088124-Aug-04 1:46
pat27088124-Aug-04 1:46 
GeneralClass View in VS 7 Pin
CreepingFeature24-Aug-04 1:37
CreepingFeature24-Aug-04 1:37 
GeneralRe: Class View in VS 7 Pin
Antony M Kancidrowski24-Aug-04 1:49
Antony M Kancidrowski24-Aug-04 1:49 
QuestionCstring to char?? Pin
Larsson24-Aug-04 1:33
Larsson24-Aug-04 1:33 
AnswerRe: Cstring to char?? Pin
Cedric Moonen24-Aug-04 1:40
Cedric Moonen24-Aug-04 1:40 
GeneralRe: Cstring to char?? Pin
Larsson24-Aug-04 2:18
Larsson24-Aug-04 2:18 
GeneralRe: Cstring to char?? Pin
Cedric Moonen24-Aug-04 2:24
Cedric Moonen24-Aug-04 2:24 
GeneralRe: Cstring to char?? Pin
David Crow24-Aug-04 3:33
David Crow24-Aug-04 3:33 
AnswerRe: Cstring to char?? Pin
V.24-Aug-04 3:50
professionalV.24-Aug-04 3:50 
GeneralRe: Cstring to char?? Pin
jmkhael24-Aug-04 4:23
jmkhael24-Aug-04 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.