Sockets broken on Macs?

Robert Withers reefedjib at yahoo.com
Thu Sep 21 00:10:53 UTC 2006


Well how bout that.   You had me go in to build an example that  
wasn't using ConnectionHandler, since it isn't standard code.  So I  
ran some of the tests on the Socket class and they work.  My problem  
is that I was listening to a port lower than 1024, 443 specifically  
since we are trying to write SSL code.  I switched to a high port and  
it worked.   Fantastic.   I don't particularly know why it couldn't  
run at a lower port as I am an administrator.

cheers,
Robert


On Sep 20, 2006, at 11:23 AM, Andreas Raab wrote:

> Check your firewall settings and send the code you used. There  
> might be something glaringly obvious if we'd know what you're doing.
>
> Cheers,
>   - Andreas
>
> Rob Withers wrote:
>> I recently had a problem using sockets on the Mac and I was  
>> looking for help.  I was using the normal socket class and I was  
>> using the listen/accept protocols to establish a listening  
>> socket.  I then attempted to use another Socket to connectTo but  
>> it failed.  This works on windows.  I even tried the accept  
>> protocol where you can specify the interface, but that also failed.
>>  Do I need to do something special on Macs to get sockets to  
>> accept and connect?   Are Sockets broken on Macs?
>>  thanks,
>> Robert
>> --------------------------------------------------------------------- 
>> ---
>
>




More information about the Squeak-dev mailing list