multiple parallel threads
-
hi friends i am trying to send pararrel TCP packets. for this i intend to use threads. one thread for each packet. i tried using array of threads. but i did not get syntax proper. what is the syntax for array of threads -- mahesh
-
hi friends i am trying to send pararrel TCP packets. for this i intend to use threads. one thread for each packet. i tried using array of threads. but i did not get syntax proper. what is the syntax for array of threads -- mahesh
What do you mena by "parallel TCP packets"? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
What do you mena by "parallel TCP packets"? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
i am trying to establish parallel connection. So i want to send tcp SYN packet in parallel. i am using libnetNT.dll to create the packets for this i want to use threads. seperate threads for each packet