Hi Gustavo, > MSG_MORE enables us to save buffer space in userspace, the packet is > built directly in the kernel and sent only when a msg with the MSG_MORE > flag not set arrives. If a send() tries to add more chan->omtu bytes > -EMSGSIZE is returned. > > Only MSG_MORE for Basic Mode is supported right now. chan->skb_more keeps > a pointer to the L2CAP packet that is being build through many calls to > send(). so this is really not acceptable. We need to start supporting all modes with MSG_MORE at the same time. Otherwise we can not merge this. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html