Issues.00383 - lordmundi/wikidoctest GitHub Wiki
00383: Simdata can't connect on a standalone machine
Summary: Simdata can't connect on a standalone machine
Created: 2011–07–27 15:35
Status: Released
Category: Bug
From: mark
Version: 2.2
Released_In: 2.3
Description:
Network traffic between EDGE and a sim requires the sim host to be resolved to an IP address before a connection can be made. On some machines, the hostname is not present in the host table, preventing connections from a box to itself if no external DNS is present to resolve the hostname.
Comments
Added code to detect when the sim is present on the same machine as EDGE. In this case, we will recode the sim hostname to the loopback address (127.0.0.1), bypassing the need for DNS.
Associated Commits
| commit | 7c727a58d707ade75821ef4407eb42bad81c37fd
link5 |
||
| Author: | mark
|
| Date: | Wed Jul 27 15:27:58 2011 -0500
|
| Message: | [@Issue 00383: alias local host to loopback IP
@] |
Affected Files:
lib_Darwin/libriver.a | Bin 3844968 -> 3845160 bytes
lib_Darwin/libstream.a | Bin 1738176 -> 1738368 bytes
lib_Darwin/libtc.a | Bin 592504 -> 595448 bytes
lib_Darwin/libtvs.a | Bin 2047352 -> 2048304 bytes
lib_Linux_FC3/libplot.so | Bin 11756349 -> 11181937 bytes
lib_Linux_FC3/libriver.a | Bin 3710918 -> 3908726 bytes
lib_Linux_FC3/libstream.a | Bin 1767548 -> 1527782 bytes
lib_Linux_FC3/libtc.a | Bin 529672 -> 493672 bytes
lib_Linux_FC3/libtvs.a | Bin 1869598 -> 1886944 bytes
lib_Win32/libriver.a | Bin 3925596 -> 3925736 bytes
lib_Win32/libstream.a | Bin 1411370 -> 1411642 bytes
lib_Win32/libtc.a | Bin 399476 -> 400972 bytes
lib_Win32/libtvs.a | Bin 1734698 -> 1735742 bytes
plugin_Darwin/dsp_simdata.so | Bin 4228112 -> 4228352 bytes
plugin_Linux_FC3/dsp_simdata.so | Bin 10561018 -> 10428490 bytes
plugin_Win32/dsp_simdata.dll | Bin 10750418 -> 10751706 bytes
src.dist/plugins/common/libplot/lib/libdp.a | Bin 1498864 -> 1574760 bytes
src.dist/plugins/common/libplot/lib/libdpx.a | Bin 1297556 -> 1049904 bytes
src.dist/plugins/common/libtc/hostspec.cpp | 21 +++++++++++++++++±--
src.dist/plugins/common/libtc/hostspec.hh | 1 +
20 files changed, 19 insertions(+), 3 deletions(-)