]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalNet.cxx
Updates to the electrical system model. "Juice" is now propogated through
[flightgear.git] / src / FDM / ExternalNet.cxx
index 974c4178325bdd49785e3204910bc355cc102f3c..949af690bd8d4106026c215fd8a570ac87c04f07 100644 (file)
@@ -311,7 +311,7 @@ FGExternalNet::FGExternalNet( double dt, string host, int dop, int dip, int cp )
     data_server.setBlocking( false );
 
     // allowed to read from a broadcast addr
-    data_server.setBroadcast( true );
+    // data_server.setBroadcast( true );
 
     // if we bind to fdm_host = "" then we accept messages from
     // anyone.