Opened 13 years ago

Closed 15 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 Changed 12 years ago by Silvan Scherrer

this is still true with the latest libtorrent. meant as a marker only :)

comment:2 Changed 15 months ago by Silvan Scherrer

Resolution: no change needed
Severity: highest
Status: newclosed

this is because the IOV_MAX is defined 1024 while readv() only supports 16 slots.

Note: See TracTickets for help on using tickets.