Project

General

Profile

Bug #4081

Updated by Davide Pesavento almost 7 years ago

`pcap_set_promisc` must be called before `pcap_activate`, otherwise it has no effect. 
 `MulticastEthernetTransport` has always done the inverse, which means that the fallback has never been functional.

Back