Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in skipping of partially sent iov data
When skipping partially sent iov, num_done must be cleared after all previously sent data is skipped, else it will cause more data to be skipped from the next vector.
- Loading branch information