podcast interview with book author
TCP & UDP with Adam Woodbeck (Go Time #176) |> Changelog
Network Programming with Go - Adam’s book that goes into even more details about TCP, UDP, coding examples in Go, and more on network programming.
net package - Go’s net package is a great place to start if you want to write code using TCP or UDP directly.
net.Conn interface - The net.Conn interface is mentioned on the episode and is worth checking out inside the net package.
Wireshark - A great tool for examining internet traffic on your computer and learning more about TCP and UDP.
google/gopacket - A package by Google for packet decoding.
No comments:
Post a Comment