Click here to Skip to main content
15,925,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Files and Streams Pin
Christian Graus26-Feb-03 13:30
protectorChristian Graus26-Feb-03 13:30 
GeneralRe: Files and Streams Pin
berndg26-Feb-03 21:04
berndg26-Feb-03 21:04 
GeneralHUGE Thanks Pin
ursus zeta27-Feb-03 6:14
ursus zeta27-Feb-03 6:14 
GeneralTCP/IP question Pin
User 988526-Feb-03 12:26
User 988526-Feb-03 12:26 
GeneralRe: TCP/IP question Pin
geo_m26-Feb-03 21:40
geo_m26-Feb-03 21:40 
GeneralRe: TCP/IP question Pin
User 988527-Feb-03 3:19
User 988527-Feb-03 3:19 
GeneralRe: TCP/IP question Pin
geo_m27-Feb-03 3:38
geo_m27-Feb-03 3:38 
GeneralRe: TCP/IP question Pin
User 988527-Feb-03 3:52
User 988527-Feb-03 3:52 
The thing I was trying to do will cause a SYN flood:

Client sends SYN to server
---My application rewrites destination port
Server sends SYN,ACK with the changed destination
Client ignores it because of wrong destination port because it could not be delivered to any existing socket.

Now the TCB on the server is occupied, and will need a timeout period.

Thank you again for making me realize the foolishness of what I was trying to do Smile | :) Rose | [Rose] Beer | [beer]


My article on a reference-counted smart pointer that supports polymorphic objects and raw pointers


modified 29-Aug-18 21:01pm.

GeneralPICTUREBOX Drawing Problems... Pin
JoeSox26-Feb-03 12:00
JoeSox26-Feb-03 12:00 
GeneralRe: PICTUREBOX Drawing Problems... Pin
Chris Richardson28-Feb-03 7:39
Chris Richardson28-Feb-03 7:39 
GeneralRe: PICTUREBOX Drawing Problems... Pin
JoeSox4-Mar-03 16:20
JoeSox4-Mar-03 16:20 
GeneralRe: PICTUREBOX Drawing Problems... Pin
Chris Richardson5-Mar-03 7:38
Chris Richardson5-Mar-03 7:38 
GeneralRe: PICTUREBOX Drawing Problems... Pin
JoeSox5-Mar-03 20:30
JoeSox5-Mar-03 20:30 
GeneralRe: PICTUREBOX Drawing Problems... Pin
palbano28-Feb-03 8:24
palbano28-Feb-03 8:24 
GeneralRe: PICTUREBOX Drawing Problems... Pin
JoeSox4-Mar-03 16:23
JoeSox4-Mar-03 16:23 
GeneralRe: PICTUREBOX Drawing Problems... Pin
Nitron28-Feb-03 13:37
Nitron28-Feb-03 13:37 
GeneralRe: PICTUREBOX Drawing Problems... Pin
JoeSox4-Mar-03 16:26
JoeSox4-Mar-03 16:26 
GeneralRe: PICTUREBOX Drawing Problems... Pin
JoeSox5-Mar-03 20:31
JoeSox5-Mar-03 20:31 
GeneralRe: PICTUREBOX Drawing Problems... Pin
Nitron6-Mar-03 4:11
Nitron6-Mar-03 4:11 
QuestionGetting path and filename of the calling executable? Pin
Anonymous26-Feb-03 11:50
Anonymous26-Feb-03 11:50 
AnswerRe: Getting path and filename of the calling executable? Pin
Chris Richardson26-Feb-03 11:53
Chris Richardson26-Feb-03 11:53 
GeneralRe: Getting path and filename of the calling executable? Pin
MAAK26-Feb-03 12:38
MAAK26-Feb-03 12:38 
GeneralRe: Getting path and filename of the calling executable? Pin
Chris Richardson26-Feb-03 13:14
Chris Richardson26-Feb-03 13:14 
GeneralRe: Getting path and filename of the calling executable? Pin
MAAK26-Feb-03 13:41
MAAK26-Feb-03 13:41 
GeneralRe: Getting path and filename of the calling executable? Pin
Chris Richardson26-Feb-03 13:47
Chris Richardson26-Feb-03 13:47 

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.