문제

I wrote a program that captures Ethernet packets from some NIC (i.e eth0) at high speed (about 1Gbps) and forward traffic using pcap_sendpacket() to another NIC (i.e eth1).

While the forwarder Ethernet interface is not connected to another computer NIC, forwarding speed is desired, but when I connect it, sending speed gets down awfully (from 900 Mbps to 100 Mbps).

Can anybody explain the reason?

OS: Kubuntu linux 10.10
Language: C++
Library: Libpcap

도움이 되었습니까?

해결책

Because the destination NIC is a 100 Bbps interface :D :p

다른 팁

Or the auto-negotiation for the network device has been turned off and is trying 100Mbps firstly.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top