High Throughput Ethernet

T

The 2nd Nin

I am looking to produce a C++ program capable of sending relatively
large packets via ethernet at a maximum rate of ~2.5KHz (2500 packets /
s) under a Win32 platform (2K/XP). Does anyone have any references or
ideas that could help with this as Winsock does not seem to give
sufficient speed with any reasonably sized packet ( > 500 Bytes).

Also is there a way to spoof an IP address on a LAN without creating a
driver for that purpose (this is for work, the software I am testing is
currently set up to accept commands only from a specific IP and I do
not wish to replace the existing terminal as I would have to replicate
a lot of its functionality).

Thanks
 
V

Victor Bazarov

The said:
I am looking to produce a C++ program capable of sending relatively
large packets via ethernet at a maximum rate of ~2.5KHz (2500 packets
/ s) under a Win32 platform (2K/XP). Does anyone have any references
or ideas that could help with this as Winsock does not seem to give
sufficient speed with any reasonably sized packet ( > 500 Bytes).

Also is there a way to spoof an IP address on a LAN without creating a
driver for that purpose (this is for work, the software I am testing
is currently set up to accept commands only from a specific IP and I
do not wish to replace the existing terminal as I would have to
replicate a lot of its functionality).

Not in C++. Neither the language nor the library provide network
functionality (as of yet, anyway).

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top