Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Main-backup: renaming member link arrays (#1744)
- vector<gli_t> idlers -> idleLinks - vector<SRTSOCKET> pending -> pendingSockets - vector<gli_t> sendable -> activeLinks - vector<Sendstate> sendstates not used in the backup mode, removed. - vector<gli_t> unstable - unstableLinks - uint16_t max_sendable_weight -> maxActiveWeight
- Loading branch information