From 6f5a4d7e2984916379b11d688ccc54cac473239e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 20 Mar 2014 13:21:58 -0700 Subject: Fix blocking socket issues in new socket I/O code. --- node/Switch.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index a59473b7..351034b2 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -155,6 +155,9 @@ void Switch::onLocalEthernet(const SharedPtr &network,const MAC &from,c outp.append((uint16_t)sig.size()); outp.append(sig.data,(unsigned int)sig.size()); + // FIXME: now we send the netconf cert with every single multicast, + // which pretty much ensures everyone has it ahead of time but adds + // some redundant payload. Maybe think abouut this in the future. if (nconf->com()) nconf->com().serialize(outp); -- cgit v1.2.3