Reed Morrison
Reed Morrison
It's probably an issue with the `rdtsc` (x86 assembly instruction -[Read Timestamp Counter](https://www.felixcloutier.com/x86/rdtsc)) not working on Apple Silicon (M1/2/3 etc). I don't maintain the repo anymore but it looks like...
I'll poke the Edgio folks, but what if they changed [this line](https://github.com/Edgio/hurl/blob/ca23bcc717fc8cd3c17a0aabc879d082cb69bb06/src/core/support/time_util.cc#L49) to: ```diff diff --git a/src/core/support/time_util.cc b/src/core/support/time_util.cc index fd93a34..a1a6070 100644 --- a/src/core/support/time_util.cc +++ b/src/core/support/time_util.cc @@ -46,7 +46,7 @@ __thread...
> Good catch, thanks. > > I don't think we should be setting neigh->ifp to NULL, though, we should be flushing all neighbours that appear over that interface, i.e. we...
Done -Rebased into a single commit. Any interest in the IPv4 multicast support? - `protocol_group` supporting an IPv4 address like `224.0.0.111`
> > Any interest in the IPv4 multicast support? > > > > * protocol_group supporting an IPv4 address like 224.0.0.111 > > No, we're not going to implement that....