[squeak-dev] The Inbox: Network-mtf.115.mcz

Frank Shearar frank.shearar at angband.za.org
Mon May 16 06:51:54 UTC 2011


On 2011/05/16 01:50, commits at source.squeak.org wrote:
> A new version of Network was added to project The Inbox:
> http://source.squeak.org/inbox/Network-mtf.115.mcz
>
> ==================== Summary ====================
>
> Name: Network-mtf.115
> Author: mtf
> Time: 15 May 2011, 9:49:51.176 pm
> UUID: 31a375ff-af51-cd48-836d-57292a91d1ec
> Ancestors: Network-ul.114
>
> made multicast sending when the network is disconnected not result in an infinite loop. I don't know if this is correct or not,. To reproduce:
>
> - Unplug your network
> - Do a dummy multicast send:
> Socket newUDP sendData: 'XXX' toHost: #[239 99 99 99] port: 9999
> - Result before patch: infinite loop
> - Result after patch: NetworkError
>
> Issue originally discovered in OpenCobalt's UPnP service
>

Nice catch! I dream of having a fully mocked socket layer so we can 
write proper tests for Socket.

frank



More information about the Squeak-dev mailing list