They are in different band.I am sure about that.
I have test many times.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/sctp-cmt-problem-using-two-wireless-cards-the-speed-is-lower-than-using-one-wireless-cards-tp4802660p4809899.html
Sent from the freebsd-net mailing list a
Synopsis: Intel PRO/1000 connection breaks under load until reboot
Responsible-Changed-From-To: freebsd-ia64->freebsd-net
Responsible-Changed-By: jhb
Responsible-Changed-When: Fri Sep 16 11:51:36 UTC 2011
Responsible-Changed-Why:
Reassigned to freebsd-net@.
http://www.freebsd.org/cgi/query-pr.cg
On Thu, Sep 15, 2011 at 09:25:19PM -0400, Arnaud Lacombe wrote:
> Hi,
>
> Shouldn't packet freed in IFQ_ENQUEUE() because the queue is full be
> accounted as dropped, cf attached patch ?
>
Hmm, I think err would be set to ENOBUFS for queue full case and
this err will crease ifq_drops.
> Thanks,
Hi,
On Fri, Sep 16, 2011 at 3:40 PM, YongHyeon PYUN wrote:
> On Thu, Sep 15, 2011 at 09:25:19PM -0400, Arnaud Lacombe wrote:
>> Hi,
>>
>> Shouldn't packet freed in IFQ_ENQUEUE() because the queue is full be
>> accounted as dropped, cf attached patch ?
>>
>
> Hmm, I think err would be set to ENOBU