Actions
Bug #4400
openEthernetFactory should destroy unusable channels
Status:
New
Priority:
Low
Assignee:
-
Category:
Faces
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
For example, on macOS:
1513455138.931475 INFO: [EthernetChannel] [dev://p2p0] Creating channel
1513455138.932476 WARNING: [EthernetFactory] Cannot listen on p2p0: pcap_set_datalink: EN10MB is not one of the DLTs supported by this device
In most cases, if the listen()
call fails, the channel is effectively unusable, but it is not removed from the channel list and destroyed.
Actions