Chad Kimes

Results 72 comments of Chad Kimes

Oh, apparently someone already did this in #26. I think using CSS styles is a better way of handling this, though.

@ToastyStoemp Nice catch, thanks!

Is this a problem that is happening with all UDP traffic, or is it isolated to time.google.com? For example, what happens if you use time.windows.com instead?

Thanks - that's very interesting. Can you run a local VM packet capture while the run is executing? You can add these steps to the workflow: ``` - name: Start...

I think file.io is deleting the files once you've downloaded them, so I'm unable to view them. However if there are no packets in one and packets in another then...

The source port was a long shot, but easy enough to check. One of the older SNTP specs says to specify src and dst: https://datatracker.ietf.org/doc/html/rfc2030#section-4 ``` Both NTP and SNTP...

Thanks - that's very interesting! After a brief scan of your code, it looks like you're checking `revents` for POLLIN and POLLOUT, but [the manpage](https://man7.org/linux/man-pages/man2/poll.2.html) says that POLLERR, POLLHUP, or...

Glad we were able to get to a resolution on Linux! Is the behavior similar in the MacOS failures? What kind of intermittent failure rate are you seeing there?

Yep! I believe the same `tcpdump` command should work without changes on MacOS.

Thanks for that! That packet shows in the trace at least, so we can see the client is trying to send it. Understanding how far the packet got or whether...