client add TCP search

This commit is contained in:
Michael Davidsaver
2021-04-17 08:54:10 -07:00
parent 132ad1ae6f
commit 8363c7fe9a
6 changed files with 107 additions and 2 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ void ServerConn::handle_SEARCH()
EvOutBuf R(hostBE, txBody.get());
_to_wire<12>(M, iface->server->effective.guid.data(), false);
_to_wire<12>(R, iface->server->effective.guid.data(), false);
to_wire(R, searchID);
to_wire(R, SockAddr::any(AF_INET));
to_wire(R, iface->bind_addr.port());