| 608 | } |
| 609 | |
| 610 | TUdpRecvPacket* TSocket::Recv(sockaddr_in6* srcAddr, sockaddr_in6* dstAddr, int netlibaVersion) { |
| 611 | Y_UNUSED(netlibaVersion); |
| 612 | return RecvImpl(&RecvBuf, srcAddr, dstAddr); |
| 613 | } |
| 614 | |
| 615 | /////////////////////////////////////////////////////////////////////////////// |
| 616 |
nothing calls this directly
no test coverage detected