Changeset bc938951cb79d7e1d685981127614903d347979c
- Timestamp:
- 01/05/08 19:09:40
(8 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1199556580 +0000
- git-parent:
[98a7a012699bdc9c60323970589b02e06d0c912c]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1199556580 +0000
- Message:
net_Accept: poll() takes milliseconds rather than microseconds
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1c60a0f |
rbc93895 |
|
| 285 | 285 | } |
|---|
| 286 | 286 | |
|---|
| 287 | | switch (poll (ufd, n, b_block ? 500 : i_wait)) |
|---|
| | 287 | switch (poll (ufd, n, b_block ? 500 : i_wait / 1000)) |
|---|
| 288 | 288 | { |
|---|
| 289 | 289 | case -1: |
|---|