VrayoSystems / vtrunkd

Open source SD WAN daemon for linux (network link bonding/trunking/aggregation and multichannel VPN daemon).
GNU General Public License v3.0
224 stars 77 forks source link

optimize buffer append operation #197

Open grandrew opened 8 years ago

grandrew commented 8 years ago

write_buf append operation in case of new packet (packet is newer than all the packets in buffer) can be optimized to one comparison and immediate append