Erik Rigtorp
                                            Erik Rigtorp
                                        
                                    @ckennelly I think it's a great proposal. I believe there are additional more niche use cases. I spoke to Jonathan Wakely about how I use it for concurrent ring buffers...
That's fantastic news! Well, maybe there is a case during a 2x growth the allocator actually gives you a 4x growth. Or if the allocator always gives you 1GiB pages,...
Even as root? That's interesting! It's not an issue with udpreplay itself, but I would check: - Maybe the pcap has a packet with invalid UDP destination IP or port?...
Ah, you need to enable broadcast, that's the `-b` command line flag.
I don't know actually, broadcast packets are treated specially. If you figure it out let me know.
Nice, I was going to add this myself. The question is if I should bump the required C++ standard to C++17 which includes `[[nodiscard]]` or use macros to support C++11.
This approach seems to work well https://github.com/rigtorp/SPSCQueue/pull/31
> Done. Also, if not too persnickety, I see no reason to #include a pure C header instead of , especially as the other two C headers (cassert, cstddef) were...
Yeah I realized when looking in to this that the rel=canonical on a 404 doesn't make sense, the template added that by default. I think it makes sense to mention...
Right, so basically a 404 page needs a special `` tag to indicate that it's a 404 or error page. Docs / FAQ could say that with GH pages add...