Perry Lorier
Perry Lorier
erbium should optionally populate the arp table when giving out dhcp leases. Either as a way to pre-warm the arp table, or providing a permanent entry making arp spoofing against...
It would greatly easy debugging if all network elements implement lldp. We should be the change we want to see in the world and make sure erbium supports lldp. phase...
I'd like to have precise timing for packets sent over a PPPoE link. I can do this manually by turning on hardware timestamping for the underlying ethernet interface and everything...
**Would adding this feature cause a breaking change?** No **Is your feature request related to a problem? Please describe.** Some attributes return fixed length byte arrays. (eg a mac address,...
I was confused trying to use Dual Tuner mode for an rspduo, and spent a few evenings trying to get it to work before I read the code and realised...
I'm attempting to use: ```rust println!("{:?}", (2.0_f32).mul_add( Complex::new(3.0_f32, 4.0_f32), Complex::new(5.0_f32, 6.0_f32))); ``` which doesn't exist. I think the equivalent would be: ```rust fn fma(a: T, b: Complex, c: Complex) ->...