Fixed Error Connectiong to dispatch server
Status: Alpha
Brought to you by:
messy
This short patch (or rather a hack) will fix problems
with connecting to the dispatch server.
To apply this patch do the following:
1) download the patch (file msnserv.patch below).
2) cd directory above lmme-0.6.4 (for example if you
have lmme-0.6.4 in /usr/local cd /usr/local)
3) apply patch: patch -p0 <msnserv.patch
This patch basicly changes the IP address of the
dispatch server in msnLayerModule.C file. line 438.
Radek
Logged In: YES
user_id=746176
The reason this was a problem in the first place is that it
uses an ip address instead of a hostname. Better would be
Return = Add_Connection("messenger.hotmail.com", 1863, 0);
so that if the ip address is changed again then lmme is not
affected.
Logged In: YES
user_id=1443966
Thanks for the fix. I will apply it to the next version of LMME