Accept replies with a SYN+ACK back and returns a connection that can be read
()
| 55 | |
| 56 | // Accept replies with a SYN+ACK back and returns a connection that can be read |
| 57 | Accept() (net.Conn, error) |
| 58 | |
| 59 | // Reject replies with a RST and the connection is done |
| 60 | Reject() |