SetMark sets the mark for each packet sent through this Bind. This mark is passed to the kernel as the socket option SO_MARK.
(mark uint32)
| 44 | // SetMark sets the mark for each packet sent through this Bind. |
| 45 | // This mark is passed to the kernel as the socket option SO_MARK. |
| 46 | SetMark(mark uint32) error |
| 47 | |
| 48 | // Send writes one or more packets in bufs to address ep. The length of |
| 49 | // bufs must not exceed BatchSize(). |
no outgoing calls
no test coverage detected