Modified Files:
src/MultiPlayer/multiplaymgr.cxx: Check in long standing broadcast multiplayer fix
This commit is contained in:
parent
c53eef58e4
commit
f62fe07a48
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ FGMultiplayMgr::init (void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
mSocket->setBlocking(false);
|
mSocket->setBlocking(false);
|
||||||
mSocket->setBroadcast(true);
|
|
||||||
if (mSocket->bind(rxAddress.c_str(), rxPort) != 0) {
|
if (mSocket->bind(rxAddress.c_str(), rxPort) != 0) {
|
||||||
perror("bind");
|
perror("bind");
|
||||||
SG_LOG( SG_NETWORK, SG_ALERT,
|
SG_LOG( SG_NETWORK, SG_ALERT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue