Ignore:
Timestamp:
Oct 21, 2001, 3:43:51 PM (24 years ago)
Author:
sandervl
Message:

fixes for sending FD_CLOSE notification when connection is closed at the remote end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/asyncthread.cpp

    r7041 r7146  
    1 /* $Id: asyncthread.cpp,v 1.12 2001-10-13 18:51:07 sandervl Exp $ */
     1/* $Id: asyncthread.cpp,v 1.13 2001-10-21 13:43:51 sandervl Exp $ */
    22
    33/*
     
    4040////    WSASetBlocking(FALSE, pThreadParm->hThread);
    4141
    42   dprintf(("AsyncThread %x exit", pThreadParm->hAsyncTaskHandle));
     42  dprintf(("AsyncThread %x socket %x exit", pThreadParm->hAsyncTaskHandle, pThreadParm->u.asyncselect.s));
    4343  free((PVOID)pThreadParm);
    4444}
     
    4848{
    4949 TID tid;
     50
     51   dprintf(("QueueAsyncJob for socket %x", pThreadParm->u.asyncselect.s));
    5052
    5153   pThreadParm->asyncProc         = asyncproc;
Note: See TracChangeset for help on using the changeset viewer.