dump icon indicating copy to clipboard operation
dump copied to clipboard

Unfinished projects and snippets

Results 13 dump issues
Sort by recently updated
recently updated
newest added

Hi, when running the PMTU test on icmpcheck.popcount.org from a DNS64/NAT64 enabled network it seems to fail whether there is a PMTU problem or not. In such a network traffic...

``` ~/dump/how-to-receive-a-packet$ ./build.sh udpclient.c:31:6: error: conflicting types for 'gettid' long gettid() { return syscall(SYS_gettid); } ^ /usr/include/x86_64-linux-gnu/bits/unistd_ext.h:34:16: note: previous declaration is here extern __pid_t gettid (void) __THROW; ^ udpclient.c:73:16: warning:...

In newer versions of bash (>5.1), you might encounter the error: line 37: printf: 0x00000000 00000000 00000000: invalid hex number I have added error handling. I also implemented a check...