mirror of
https://github.com/AxioDL/jbus.git
synced 2025-12-14 07:36:07 +00:00
Minor reorganization; bind to localhost to prevent Windows Firewall alert
This commit is contained in:
@@ -12,7 +12,7 @@ void Listener::listenerProc()
|
||||
printf("JoyBus listener started\n");
|
||||
#endif
|
||||
|
||||
net::IPAddress localhost("0.0.0.0");
|
||||
net::IPAddress localhost("127.0.0.1");
|
||||
bool dataBound = false;
|
||||
bool clockBound = false;
|
||||
while (m_running && (!dataBound || !clockBound))
|
||||
|
||||
Reference in New Issue
Block a user