go-ping / ping

ICMP Ping library for Go
MIT License
1.32k stars 344 forks source link

Use a UUID for packet tracking #177

Closed mem closed 3 years ago

mem commented 3 years ago

Replace the random 8 byte tracker with a 16 byte UUID.

https://github.com/go-ping/ping/issues/142

Signed-off-by: Ben Kochie superq@gmail.com Signed-off-by: Marcelo E. Magallon marcelo.magallon@gmail.com

SuperQ commented 3 years ago

@CHTJonas I asked @mem to pull the commits from #152 so it can be merged.