<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Are there any mac users out there that can test this? <div><br></div><div>Can we verify how many mac players have been hitting the servers this past week?<br><br></div><div>I download the client, execute it and the only option I have is localhost.</div><div><br></div><div><br></div><div>> Date: Wed, 29 Apr 2009 09:01:53 -0400<br>> From: billbalcerski@gmail.com<br>> To: netrek-dev@us.netrek.org; quozl@us.netrek.org<br>> Subject: Re: [netrek-dev] conflicts with mactrek and metaserver change?<br>> <br>> On Wed, Apr 29, 2009 at 12:46 AM, James Cameron <quozl@us.netrek.org> wrote:<br>>> Whoops. While you are there, does it use TCP only or UDP?<br>>><br>> Looks like TCP only. From MetaServerParser.m:<br>> // connect and create a stream<br>> LLTCPSocket *socket = [[LLTCPSocket alloc] init];<br>> <br>> <br>> I don't see any reason why failure of meta2 would break the client,<br>> the code seems to add any new servers found from metaserver2 (result2)<br>> to the list of servers. Assuming that the result2 is properly<br>> initialized so that count = 0. I didn't check the data initialization<br>> due to lack of knowledge of how objective C works. From<br>> MetaServerTableDataSource.m:<br>> <br>> // add the new server in result2 to metaServerServers<br>> for (int i=0; i < [result2 count]; i++) {<br>>         MetaServerEntry *entry = [result2 objectAtIndex:i];<br>>         if ([self findServer:[entry address]]) {<br>>                 // server already there<br>>                 //LLLog(@"MetaServerTableDataSource.refreshServers: duplicate entry<br>> for %@", [entry address]);<br>>         } else {<br>>                 // new, must add<br>>                 LLLog(@"MetaServerTableDataSource.refreshServers: new entry for<br>> %@", [entry address]);<br>>                         [metaServerServers addObject:entry];<br>>         }<br>> }<br>> <br>> _______________________________________________<br>> netrek-dev mailing list<br>> netrek-dev@us.netrek.org<br>> http://mailman.us.netrek.org/mailman/listinfo/netrek-dev<br></div><br /><hr />Windows Live™ Hotmail®:…more than just e-mail. <a href='http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_more_042009' target='_new'>Check it out.</a></body>
</html>