Removed commented out code.
This commit is contained in:
parent
064414afa3
commit
3e9e9349c0
@ -370,14 +370,6 @@ void ConnectToServer::handleSameLAN()
|
||||
STKHost* host = STKHost::get();
|
||||
host->stopListening(); // stop the listening
|
||||
|
||||
#ifdef XX
|
||||
TransportAddress broadcast_address;
|
||||
broadcast_address.setIP(-1); // 255.255.255.255
|
||||
broadcast_address.setPort(7321);
|
||||
char data2[] = "aloha_stk\0";
|
||||
host->sendRawPacket((uint8_t*)(data2), 10, broadcast_address);
|
||||
#endif
|
||||
|
||||
Log::info("ConnectToServer", "Waiting broadcast message.");
|
||||
|
||||
TransportAddress sender;
|
||||
|
Loading…
x
Reference in New Issue
Block a user