Changeset 429e624c65d15c4f6c8307c3e2b3eb66a9aaa0cf
- 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
| r55153f4 |
r429e624 |
|
| 506 | 506 | |
|---|
| 507 | 507 | closesocket (l); |
|---|
| 508 | | shutdown (a, 0); |
|---|
| 509 | | shutdown (c, 1); |
|---|
| | 508 | //shutdown (a, 0); |
|---|
| | 509 | //shutdown (c, 1); |
|---|
| 510 | 510 | fd[0] = c; |
|---|
| 511 | 511 | fd[1] = a; |
|---|