You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard library splice(2) tests and benchmarks should be copied into our source tree, and extended to capture the whole range of zerocopy.Transfer capabilities. Also, we should test the algorithm in zerocopy_linux.go much more thoroughly, to ensure that we don't deadlock.
The text was updated successfully, but these errors were encountered:
Rename "splice" to "transfer", since that's what we're testing.
Enable and test unix <- tcp and unix <- unix cases.
Updates #2.
Signed-off-by: Andrei Tudor Călin <[email protected]>
The standard library splice(2) tests and benchmarks should be copied into our source tree, and extended to capture the whole range of
zerocopy.Transfer
capabilities. Also, we should test the algorithm inzerocopy_linux.go
much more thoroughly, to ensure that we don't deadlock.The text was updated successfully, but these errors were encountered: