latysheff / node-sctp

SCTP userspace sockets for Node.js
MIT License
59 stars 10 forks source link

Tune throughput for SACK frequency > 1 #9

Open latysheff opened 5 years ago

latysheff commented 5 years ago

Throughput drops for sack_freq > 1. This is kind of logical, but probably there is a way to reduce the effect.

Temporary measure: sctp.defaults({ sack_freq: 1 })