Comment #2 on issue 3688 by [email protected]: Network primitives missing in the image
http://code.google.com/p/pharo/issues/detail?id=3688

This one cannot be included because of call to SocketAddressInformation


primGetNameInfo: socketAddress flags: flags

        <primitive: 'primitiveResolverGetNameInfo' module: 'SocketPlugin'>
        flags == 0 ifTrue: [^self primGetNameInfo: socketAddress
                                                flags: SocketAddressInformation 
numericFlag].
        self primitiveFailed


Reply via email to