Changeset bc938951cb79d7e1d685981127614903d347979c

Show
Ignore:
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
  • src/network/tcp.c

    r1c60a0f rbc93895  
    285285        } 
    286286 
    287         switch (poll (ufd, n, b_block ? 500 : i_wait)) 
     287        switch (poll (ufd, n, b_block ? 500 : i_wait / 1000)) 
    288288        { 
    289289            case -1: