| 633 | } |
| 634 | template <class T> |
| 635 | inline void Write(char** data, T res) { |
| 636 | WriteUnaligned<T>(*data, res); |
| 637 | *data += sizeof(T); |
| 638 | } |
| 639 | |
| 640 | static void RequireResend(const TNetSocket& s, const sockaddr_in6& toAddress, int transferId, int attempt) { |
| 641 | char buf[100], *pktData = buf + UDP_LOW_LEVEL_HEADER_SIZE; |
no outgoing calls
no test coverage detected