doc.go raw

   1  // Package transport provides a listener and sender channel for unicast and multicast UDP IPv4 short message chat
   2  // protocol with a pre shared key, forward error correction facilities with a nice friendly declaration syntax
   3  package transport
   4