Send writes one or more packets in bufs to address ep. The length of bufs must not exceed BatchSize().
(bufs [][]byte, ep Endpoint)
| 48 | // Send writes one or more packets in bufs to address ep. The length of |
| 49 | // bufs must not exceed BatchSize(). |
| 50 | Send(bufs [][]byte, ep Endpoint) error |
| 51 | |
| 52 | // ParseEndpoint creates a new endpoint from a string. |
| 53 | ParseEndpoint(s string) (Endpoint, error) |
no outgoing calls