Add sock_splice_all()
This commit is contained in:
@ -51,6 +51,8 @@ long sock_recv_x(sock *s, void *buf, unsigned long len, int flags);
|
||||
|
||||
long sock_splice(sock *dst, sock *src, void *buf, unsigned long buf_len, unsigned long len);
|
||||
|
||||
long sock_splice_all(sock *dst, sock *src, void *buf, unsigned long buf_len);
|
||||
|
||||
long sock_splice_chunked(sock *dst, sock *src, void *buf, unsigned long buf_len, int flags);
|
||||
|
||||
int sock_close(sock *s);
|
||||
|
Reference in New Issue
Block a user