Willy Tarreau writes:
> Hi,
>
> On Wed, Mar 10, 2021 at 07:16:34PM +0100, Henneberg - Systemdesign wrote:
>> Hi,
>>
>> I have a question regarding the implementation of ioctl TIOCOUTQ for
>> various sockets compared to the tty implementation.
>>
>> For several sockets, e. g. AF_BLUETOOTH it i
Hi,
On Wed, Mar 10, 2021 at 07:16:34PM +0100, Henneberg - Systemdesign wrote:
> Hi,
>
> I have a question regarding the implementation of ioctl TIOCOUTQ for
> various sockets compared to the tty implementation.
>
> For several sockets, e. g. AF_BLUETOOTH it is done like this
>
> af_bluetooth.c:
Hi,
I have a question regarding the implementation of ioctl TIOCOUTQ for
various sockets compared to the tty implementation.
For several sockets, e. g. AF_BLUETOOTH it is done like this
af_bluetooth.c:
case TIOCOUTQ:
if (sk->sk_state == BT_LISTEN)
return -EINVAL;