Changeset 429e624c65d15c4f6c8307c3e2b3eb66a9aaa0cf

Show
Ignore:
Timestamp:
13/02/08 18:53:52 (9 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1202925232 +0000
git-parent:

[dfdb6edd68fe81101c813fe3c1564700ceb9557f]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1202925232 +0000
Message:

Winsock seems to timeout half-closed TCP sockets.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/objects.c

    r55153f4 r429e624  
    506506 
    507507    closesocket (l); 
    508     shutdown (a, 0); 
    509     shutdown (c, 1); 
     508    //shutdown (a, 0); 
     509    //shutdown (c, 1); 
    510510    fd[0] = c; 
    511511    fd[1] = a;