Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: create a toolber in MFC Pin
Anonymous6-Feb-04 18:48
Anonymous6-Feb-04 18:48 
GeneralHelp with user input problem. Pin
Pakled6-Feb-04 15:41
Pakled6-Feb-04 15:41 
GeneralRe: Help with user input problem. Pin
Daniel13246-Feb-04 16:02
Daniel13246-Feb-04 16:02 
GeneralGet local IP addresses & netmask Pin
Anonymous___6-Feb-04 14:58
sussAnonymous___6-Feb-04 14:58 
GeneralRe: Get local IP addresses & netmask Pin
David Crow6-Feb-04 15:40
David Crow6-Feb-04 15:40 
GeneralRe: Get local IP addresses & netmask Pin
Anonymous7-Feb-04 3:07
Anonymous7-Feb-04 3:07 
GeneralBandwidth Throttling... Pin
code-frog6-Feb-04 12:51
professionalcode-frog6-Feb-04 12:51 
GeneralRe: Bandwidth Throttling... Pin
Jörgen Sigvardsson7-Feb-04 14:10
Jörgen Sigvardsson7-Feb-04 14:10 
You could write your own application proxy. I would suggest that you get the source code for SOCKS (firewall proxy software) and modify it. Mostly because it's a proxy standard which most internet tools can use.

Then you add your throttling code inside the proxy. It will not be exact throttling though, as you will not be operating on TCP-level. You will never be able to throttle the data which is in your receiving TCP buffer, the sender's TCP buffer and what's currently in air. I don't know how much data that is, but it's at most a megabyte I'd imagine (probably much less).

--
Gott weiß ich will kein Engel sein.
GeneralRe: Bandwidth Throttling... Pin
code-frog7-Feb-04 15:47
professionalcode-frog7-Feb-04 15:47 
GeneralRe: Bandwidth Throttling... Pin
Jörgen Sigvardsson7-Feb-04 22:44
Jörgen Sigvardsson7-Feb-04 22:44 
GeneralRe: Bandwidth Throttling... Pin
code-frog8-Feb-04 6:44
professionalcode-frog8-Feb-04 6:44 
GeneralProblem with MFC function Pin
Dev5786-Feb-04 12:42
Dev5786-Feb-04 12:42 
GeneralRe: Problem with MFC function Pin
Ravi Bhavnani6-Feb-04 15:02
professionalRavi Bhavnani6-Feb-04 15:02 
GeneralRe: Problem with MFC function Pin
Michael Dunn7-Feb-04 16:02
sitebuilderMichael Dunn7-Feb-04 16:02 
QuestionWhy does this fail? Pin
Anonymous6-Feb-04 11:40
Anonymous6-Feb-04 11:40 
AnswerRe: Why does this fail? Pin
Anonymous7-Feb-04 3:11
Anonymous7-Feb-04 3:11 
GeneralRe: Why does this fail? Pin
John M. Drescher7-Feb-04 19:23
John M. Drescher7-Feb-04 19:23 
GeneralClosing an application Pin
krugger6-Feb-04 11:37
krugger6-Feb-04 11:37 
GeneralRe: Closing an application Pin
Ravi Bhavnani6-Feb-04 13:02
professionalRavi Bhavnani6-Feb-04 13:02 
GeneralRe: Closing an application Pin
Jim Crafton6-Feb-04 13:05
Jim Crafton6-Feb-04 13:05 
GeneralSerial implementation deadlock problem Pin
rmnowick6-Feb-04 11:25
rmnowick6-Feb-04 11:25 
QuestionHelp converting a demo project? Pin
DanYELL6-Feb-04 11:09
DanYELL6-Feb-04 11:09 
GeneralWINHTTP Pin
Jack Reed6-Feb-04 10:53
Jack Reed6-Feb-04 10:53 
GeneralRe: WINHTTP Pin
Gerald Schwab6-Feb-04 11:18
Gerald Schwab6-Feb-04 11:18 
GeneralRe: WINHTTP Pin
Jack Reed6-Feb-04 11:33
Jack Reed6-Feb-04 11:33 

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.