remove out of date TODO

This commit is contained in:
Michael Davidsaver
2020-03-09 14:14:56 -07:00
parent e7bbbb7e2c
commit 1279e4fab6
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -606,7 +606,6 @@ void Context::Pvt::tickSearch()
to_wire(H, Header{CMD_SEARCH, pva_flags::Server, uint32_t(consumed-8u)});
}
for(auto& pair : searchDest) {
// TODO: unicast/bcast
*pflags = pair.second ? 0x80 : 0x00;
int ntx = sendto(searchTx.sock, (char*)searchMsg.data(), consumed, 0, &pair.first->sa, pair.first.size());