On Tue, Aug 14, 2018 at 10:19:16PM +0200, Klemens Nanni wrote: > Feedback? OK?
OK bluhm@ > Index: sosplice.9 > =================================================================== > RCS file: /cvs/src/share/man/man9/sosplice.9,v > retrieving revision 1.8 > diff -u -p -r1.8 sosplice.9 > --- sosplice.9 13 Jun 2016 21:24:43 -0000 1.8 > +++ sosplice.9 14 Aug 2018 20:16:56 -0000 > @@ -59,28 +59,30 @@ See the > .Sx ERRORS > section for possible failures. > The connection between both sockets is implemented by setting these > -additional fields in > +additional fields in the > +.Vt struct sosplice Va *so_sp > +field in > .Vt struct socket : > .Pp > .Bl -dash -compact -offset indent > .It > -.Vt struct socket Fa *so_splice > +.Vt struct socket Va *ssp_socket > links from the source to the drain socket. > .It > -.Vt struct socket Fa *so_spliceback > +.Vt struct socket Va *ssp_soback > links back from the drain to the source socket. > .It > -.Vt off_t Fa so_splicelen > +.Vt off_t Va ssp_len > counts the number of bytes spliced so far from this socket. > .It > -.Vt off_t Fa so_splicemax > +.Vt off_t Va ssp_max > specifies the maximum number of bytes to splice from this socket if > non-zero. > .It > -.Vt struct timeval Fa so_idletv > +.Vt struct timeval Va ssp_idletv > specifies the maximum idle time if non-zero. > .It > -.Vt struct timeout Fa so_idleto > +.Vt struct timeout Va ssp_idleto > provides storage for the kernel timeout if idle time is used. > .El > .Pp
