Opened 13 years ago
Closed 22 months ago
#11 closed defect (no change needed)
debug the writev()/readv() problem
Reported by: | Silvan Scherrer | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | libtorrent | Version: | |
Severity: | highest | Keywords: | |
Cc: |
Description
in config.hpp i had to disable the #define TORRENT_READV 1 and #define TORRENT_WRITEV 1 because it did not work with that.
this needs to be investigated some day
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 22 months ago
Resolution: | → no change needed |
---|---|
Severity: | → highest |
Status: | new → closed |
this is because the IOV_MAX is defined 1024 while readv() only supports 16 slots.
Note:
See TracTickets
for help on using tickets.
this is still true with the latest libtorrent. meant as a marker only :)