[PATCH] Fix bug 9412 - SMB2 server doesn't support recvfile.

Jones jones.kstw at gmail.com
Fri May 23 21:20:30 MDT 2014


2014-05-23 6:04 GMT+08:00 Jeremy Allison <jra at samba.org>:

> Can you remove the lines:
>
> +       rcvtimeo = sock->sk->sk_rcvtimeo;
> +       sock->sk->sk_rcvtimeo = 8 * HZ;
>
> ...
>
> +       sock->sk->sk_rcvtimeo = rcvtimeo;
>
> and just leave the sk_rcvtimeo alone ?
>
>
Hello Jeremy,

Thanks for kindly feedback!

Yes, as your earlier mentioned,
the SO_RCVTIMEO does not explicitly specified after
parameter 'socket options' in the smb.conf

Sure! I would try this one.

--
Regards,
Jones


More information about the samba-technical mailing list