On Jan 27, 2009, at 9:17 AM, Benoit wrote:
I've start a simple protocol to communicate with FPGA using only MAC
layer.
This software should run under linux and windows, however i've a
problem
with the timeout of pcap_next_ex() function under linux.
There is no guarantee that, with a timeo
Hello,
I've start a simple protocol to communicate with FPGA using only MAC layer.
This software should run under linux and windows, however i've a problem
with the timeout of pcap_next_ex() function under linux.
With winpcap when a packet is not coming the pcap_next_ex() return 0 but in
linux th