redesign IfaceMap
Switch to periodic poll on dedicated worker thread instead of opportunistic poll on use.
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ SockEndpoint parseEP(const char* optarg, const server::Config& conf)
|
||||
|
||||
struct App {
|
||||
const SockAttach attach;
|
||||
IfaceMap& ifmap;
|
||||
IfaceMap ifmap;
|
||||
const evsocket sockTx{AF_INET, SOCK_DGRAM, 0};
|
||||
std::vector<SockEndpoint> destinations;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user