Skip to content

Does TCP benefit from fixed writes? #870

Answered by axboe
cmazakas asked this question in Q&A
Discussion options

You must be logged in to vote

No benefit for that right now, registered buffers (and the associated read/write fixed) is purely an optimization regular files with O_DIRECT. It does make a considerable difference there. For buffered writes, it doesn't matter, and for socket it also has no effect.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cmazakas
Comment options

@redbaron
Comment options

@isilence
Comment options

isilence Jun 5, 2023
Collaborator

Answer selected by cmazakas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants