Skip to content

Commit

Permalink
Add UDP troubleshutting notes
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Oct 25, 2023
1 parent 64f06dc commit d40eb7d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,19 @@ Setting SO_REUSEPORT and similar socket options in Go 1.11
Cancelling a net.Listener via Context in Golang
- https://stackoverflow.com/questions/66755407/cancelling-a-net-listener-via-context-in-golang


Analysis of UDP packet loss problem in Linux system
- https://alibaba-cloud.medium.com/analysis-of-udp-packet-loss-problem-in-linux-system-a5b6bd59d97b#

Why syslog over UDP loses messages and how to avoid that
- https://axoflow.com/syslog-over-udp-message-loss-1/#

Setting SO_REUSEPORT and similar socket options in Go
- https://rohanverma.net/blog/2019/01/08/setting-so_reuseport-and-similar-socket-options-in-go-1-11/

How to Set Go net/http Socket Options
- https://iximiuz.com/en/posts/go-net-http-setsockopt-example/

Where do Sockets live in Go?
- https://about.sourcegraph.com/blog/go/gophercon-2019-socket-to-me-where-do-sockets-live-in-go

0 comments on commit d40eb7d

Please sign in to comment.