Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

> OpenBSD uses a different API:

The semantics are considerably different (splice() is about pipes while 
sosplice() talks about general sockets). Also, the point of splice() is to skip 
copying from kernel buffers, but sosplice() does not mention that it does not 
copy between userspace and kernel space

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to