two Ethernet cards
Is there any way to handle two Ethernet cards in VC++?
I want to write a program that reads a packet from one, delays 250ms,
and spits the packet out the other.
.
Relevant Pages
- Re: two Ethernet cards
... I want to write a program that reads a packet from one, delays 250ms, ... and spits the packet out the other. ... After creating a socket you can specify which card to use in the call to bind. ... (microsoft.public.vc.language) - Re: loaded router, excessive getnstimeofday in oprofile
... as in really at the end of all kernel/hardware queues on your side. ... suffer different kernel/hardware delays. ... Instead sending path incapsulates packet sequence number into appropriate ... timestamp attached on the receiver, ... (Linux-Kernel) - Re: Raw Socket
... card in a computer with several ethernet cards? ... routing table). ... I don't understand the wish to send a packet out via ... If it is the 'right' way out for the given destination, ... (comp.unix.programmer) - Re: [PATCH 7/14] random: Remove SA_SAMPLE_RANDOM from network drivers
... The PHY of the network card has some tiny delays internal ... and if a free packet buffer is available, ... If the chip has hw interrupt mitigation enabled, ... (Linux-Kernel) - Re: Raw Socket
... card in a computer with several ethernet cards? ... routing table). ... I don't understand the wish to send a packet out via ... If it is the 'right' way out for the given destination, ... (comp.unix.programmer) |
|