| 70 | } |
| 71 | |
| 72 | inline void Set(const char* path) noexcept { |
| 73 | Clear(); |
| 74 | in.sin_family = AF_INET; |
| 75 | in.sin_addr.s_addr = IpFromString("127.0.0.1"); |
| 76 | in.sin_port = 0; |
| 77 | strlcpy(Path, path, PathSize); |
| 78 | } |
| 79 | |
| 80 | inline void Set(TStringBuf path) noexcept { |
| 81 | Clear(); |