diff options
author | Tedd Hansen | 2008-02-02 16:03:10 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-02 16:03:10 +0000 |
commit | 3a6405d2f77ec99fb5592fa9d6aa5884dfbef22f (patch) | |
tree | 0b6a6943c593fe50fe7c930ea53320bb64c1143a /OpenSim/Framework | |
parent | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o... (diff) | |
download | opensim-SC_OLD-3a6405d2f77ec99fb5592fa9d6aa5884dfbef22f.zip opensim-SC_OLD-3a6405d2f77ec99fb5592fa9d6aa5884dfbef22f.tar.gz opensim-SC_OLD-3a6405d2f77ec99fb5592fa9d6aa5884dfbef22f.tar.bz2 opensim-SC_OLD-3a6405d2f77ec99fb5592fa9d6aa5884dfbef22f.tar.xz |
In an attempt to solve multihomed UDP problem I seem to have bound UDP socket to external IP instead of internal :)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index be0b3e0..751ca9d 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -167,7 +167,7 @@ namespace OpenSim.Framework | |||
167 | public bool isSandbox = false; | 167 | public bool isSandbox = false; |
168 | public bool commFailTF = false; | 168 | public bool commFailTF = false; |
169 | 169 | ||
170 | public bool m_allow_alternate_ports; | 170 | // public bool m_allow_alternate_ports; |
171 | 171 | ||
172 | public LLUUID MasterAvatarAssignedUUID = LLUUID.Zero; | 172 | public LLUUID MasterAvatarAssignedUUID = LLUUID.Zero; |
173 | public LLUUID CovenantID = LLUUID.Zero; | 173 | public LLUUID CovenantID = LLUUID.Zero; |