Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: random number generator Pin
Alessandra778-Feb-07 6:57
Alessandra778-Feb-07 6:57 
Questionbutton pushing Pin
paski22228-Feb-07 4:21
paski22228-Feb-07 4:21 
AnswerRe: button pushing Pin
Dustin Henry8-Feb-07 4:53
Dustin Henry8-Feb-07 4:53 
QuestionTransfering files via TCP/IP Pin
Dustin Henry8-Feb-07 4:08
Dustin Henry8-Feb-07 4:08 
AnswerRe: Transfering files via TCP/IP Pin
David Crow8-Feb-07 4:09
David Crow8-Feb-07 4:09 
GeneralRe: Transfering files via TCP/IP Pin
Dustin Henry8-Feb-07 4:48
Dustin Henry8-Feb-07 4:48 
GeneralRe: Transfering files via TCP/IP Pin
David Crow8-Feb-07 5:12
David Crow8-Feb-07 5:12 
AnswerRe: Transfering files via TCP/IP Pin
Mark Salsbery8-Feb-07 5:32
Mark Salsbery8-Feb-07 5:32 
It sounds like you have it.

Send any size chunks you want. Keep in mind the default socket internal buffer size is 8K so
for best performance keep those flushed (recv data as fast as you can Smile | :) ).
A chunk/packet size right around 500 bytes will insure each chunk fits in one TCP packet but the
protocol handles larger chunks. Without increasing the socket buffer sizes, 500 - 8K byte packets
will work well.

GeneralRe: Transfering files via TCP/IP Pin
Dustin Henry8-Feb-07 6:13
Dustin Henry8-Feb-07 6:13 
GeneralRe: Transfering files via TCP/IP Pin
Moak26-Feb-07 1:35
Moak26-Feb-07 1:35 
QuestionSir, How to Invalidate A Button ? Pin
CodeVarma8-Feb-07 3:01
CodeVarma8-Feb-07 3:01 
AnswerRe: Sir, How to Invalidate A Button ? Pin
prasad_som8-Feb-07 3:11
prasad_som8-Feb-07 3:11 
GeneralRe: Sir, How to Invalidate A Button ? Pin
Ravi Bhavnani8-Feb-07 6:25
professionalRavi Bhavnani8-Feb-07 6:25 
GeneralRe: Sir, How to Invalidate A Button ? Pin
prasad_som8-Feb-07 7:33
prasad_som8-Feb-07 7:33 
GeneralRe: Sir, How to Invalidate A Button ? Pin
Ravi Bhavnani8-Feb-07 7:37
professionalRavi Bhavnani8-Feb-07 7:37 
QuestionCFileDialog Pin
josip cagalj8-Feb-07 2:52
josip cagalj8-Feb-07 2:52 
QuestionRe: CFileDialog Pin
David Crow8-Feb-07 3:23
David Crow8-Feb-07 3:23 
AnswerRe: CFileDialog Pin
josip cagalj8-Feb-07 23:02
josip cagalj8-Feb-07 23:02 
QuestionRe: CFileDialog Pin
David Crow9-Feb-07 2:49
David Crow9-Feb-07 2:49 
AnswerRe: CFileDialog Pin
josip cagalj11-Feb-07 21:39
josip cagalj11-Feb-07 21:39 
AnswerRe: CFileDialog Pin
Hamid_RT8-Feb-07 7:20
Hamid_RT8-Feb-07 7:20 
GeneralRe: CFileDialog Pin
josip cagalj8-Feb-07 21:29
josip cagalj8-Feb-07 21:29 
GeneralRe: CFileDialog Pin
Hamid_RT9-Feb-07 5:20
Hamid_RT9-Feb-07 5:20 
Questionadding member variables not of standard type (class wizard) Pin
ldsdbomber8-Feb-07 2:51
ldsdbomber8-Feb-07 2:51 
AnswerRe: adding member variables not of standard type (class wizard) Pin
ldsdbomber9-Feb-07 0:20
ldsdbomber9-Feb-07 0:20 

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.