this submodule contains a common description of what a network connection (abbr. conn) must implement.
once you wrap your network primitives over the NetConn and NetAddr interfaces,
you'll be able to utilize a good chunk of this network library to easily create tcp and udp agnostic logic for your server-application.
this submodule contains a common description of what a network connection (abbr.
conn) must implement. once you wrap your network primitives over the NetConn and NetAddr interfaces, you'll be able to utilize a good chunk of this network library to easily create tcp and udp agnostic logic for your server-application.