Why no zero-copy networking in linux kernel? [closed] Why no zero-copy networking in linux kernel? [closed] linux linux

Why no zero-copy networking in linux kernel? [closed]


There are a few options nowadays for zero-copy networking:

Note, that zero-copy with TCP may be inconvenient, because TCP segments carry headers and payload, but applications are only concerned with payload, so that payload but not headers must be copied into a contiguous buffer for your application.