[comp.sys.mac.programmer] mactcp hangs on TCPRelease

GG.DAR@forsythe.stanford.edu (Aaron Reizes) (06/14/90)

I have a potential bug in MacTCP (v1.0.1).

I do the following:

    TCPCreate - create tcp stream.
    TCPActiveOpen - open tcp session with host.  The host is powered
        down, so it does not respond to ARPs (can see this on
        sniffer).  This is an asynchronous open.  When the open
        times out, the ioResult is:  -20015 (openFailed)

    I then try to release the stream.

    TCPRelease - mac hangs - I never complete this call.
        (synchronous call)

If the host is powered up, responding to ARPs, but not accepting an
open on the specified socket, then everything completes correctly.

Question, has anyone seen anything like this?  Could it be a real
bug!