Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can i mak file upload programs Pin
charli4-Jun-00 18:16
charli4-Jun-00 18:16 
QuestionMy window easy move bug appears in NT/2000. Help?? Pin
Brian4-Jun-00 17:34
Brian4-Jun-00 17:34 
AnswerRe: My window easy move bug appears in NT/2000. Help?? Pin
Mike Dunn5-Jun-00 9:27
Mike Dunn5-Jun-00 9:27 
GeneralRe: My window easy move bug appears in NT/2000. Help?? Pin
Brian6-Jun-00 10:54
Brian6-Jun-00 10:54 
GeneralRe: My window easy move bug appears in NT/2000. Help?? Pin
Brian6-Jun-00 11:03
Brian6-Jun-00 11:03 
GeneralRe: My window easy move bug appears in NT/2000. Help?? Pin
Mi6-Jun-00 15:11
Mi6-Jun-00 15:11 
GeneralCSocket Question Pin
Adam Clauss4-Jun-00 15:58
Adam Clauss4-Jun-00 15:58 
GeneralRe: CSocket Question Pin
Tim Deveaux5-Jun-00 7:12
Tim Deveaux5-Jun-00 7:12 
There is an old rfc (approx 971? ) that deals with the limitations of certain routers / gateways in the size of packet they can send on the internet - something like ~573 bytes.

This size, or something like it, often forms the basis for the MTU (Max Transmission Unit) on a windows PC - especially win 9x.

So, if you send large blocks, you add some processing overhead as the data block is fragmented by the socket into smaller units for transmission.

This process can be avoided, I think, if you stick to a block size of 512 - (leave enough for the IP header etc).

Tim


GeneralRe: CSocket Question Pin
Dark Angel5-Jun-00 8:03
Dark Angel5-Jun-00 8:03 
GeneralSplitter windows without MFC Pin
Richard Clayton4-Jun-00 9:58
sussRichard Clayton4-Jun-00 9:58 
GeneralRe: Splitter windows without MFC Pin
Kurt4-Jun-00 23:42
Kurt4-Jun-00 23:42 
Generalhelp me Y_Y Pin
nice boy4-Jun-00 2:09
sussnice boy4-Jun-00 2:09 
QuestionDoes any one know how to create that page break line in an edit box?? Pin
Erich Ruth3-Jun-00 5:09
Erich Ruth3-Jun-00 5:09 
AnswerRe: Does any one know how to create that page break line in an edit box?? Pin
Kurt4-Jun-00 23:49
Kurt4-Jun-00 23:49 
GeneralNeed an idea Pin
Member 3793-Jun-00 4:26
Member 3793-Jun-00 4:26 
GeneralRe: Need an idea Pin
Eddie Ng5-Jun-00 10:47
Eddie Ng5-Jun-00 10:47 
GeneralVisual C++ 6.0 w/o IE4 Pin
UGenn3-Jun-00 3:21
sussUGenn3-Jun-00 3:21 
GeneralRe: Visual C++ 6.0 w/o IE4 Pin
Uwe Keim5-Jun-00 9:02
sitebuilderUwe Keim5-Jun-00 9:02 
GeneralNeed an idea Pin
Matthias2-Jun-00 22:08
Matthias2-Jun-00 22:08 
GeneralRe: Need an idea Pin
Masaaki Onishi3-Jun-00 4:35
Masaaki Onishi3-Jun-00 4:35 
GeneralRe: Need an idea Pin
Dmitriy5-Jun-00 4:28
Dmitriy5-Jun-00 4:28 
GeneralRe: Need an idea Pin
Matthias5-Jun-00 4:50
Matthias5-Jun-00 4:50 
GeneralRe: Need an idea Pin
Dmitriy5-Jun-00 6:02
Dmitriy5-Jun-00 6:02 
GeneralRe: Need an idea Pin
Buck8-Jun-00 12:54
Buck8-Jun-00 12:54 
Generalfile upload to wep Pin
Jaims2-Jun-00 16:57
Jaims2-Jun-00 16:57 

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.