]> hydra-www.ietfng.org Git - acmetensortoys-esp-lua_core/commit
fifosock: coalesce when possible before sending
authorNathaniel Wesley Filardo <nwfilardo@gmail.com>
Wed, 6 Feb 2019 05:00:45 +0000 (05:00 +0000)
committerNathaniel Wesley Filardo <nwfilardo@gmail.com>
Fri, 22 Feb 2019 23:55:08 +0000 (23:55 +0000)
commite3ac0019c8f68c4985b2fa4390ffe42e96e667b7
tree4c1ba0fb9c3f3082983b7c106d0f33a0d0e0b119
parent4f411f177c427c0800ec6b56f5b18df8979b3daa
fifosock: coalesce when possible before sending

Bigger packets going out can't hurt, right?  Idea stolen from TerryE's
original two-stage fifo, but ported to more generic fifo core and
combined with earlier fifosock work.
fifo/fifo.lua
net/fifosock.lua
test/fifosocktest.lua