[<prev] [next>] [day] [month] [year] [list]
Message-ID: <063D6719AE5E284EB5DD2968C1650D6D0F6BBC9E@AcuExch.aculab.com>
Date: Mon, 10 Feb 2014 10:11:16 +0000
From: David Laight <David.Laight@...LAB.COM>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: SCTP and MSG_MORE
I hadn't realised that linux had a MSG_MORE exposed to userland...
The sctp stack could usefully use it to get multiple data chunks
into a single ethernet frame.
Currently it is very difficult to get more than one data chunk in
an ethernet frame which means that the ethernet packet rate is
much higher than it would be if the same traffic were sent using TCP.
I don't know enough about the SCTP code to even start looking for
where this might be implemented. It might be almost trivial...
David
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists