| 370 | } |
| 371 | |
| 372 | type streamPacketIO struct { |
| 373 | conn net.Conn |
| 374 | deadlineMu sync.Mutex |
| 375 | readDeadline time.Time |
| 376 | writeDeadline time.Time |
| 377 | } |
| 378 | |
| 379 | type datagramPacketIO struct { |
| 380 | conn net.Conn |
nothing calls this directly
no outgoing calls
no test coverage detected