Skip to content

Commit

Permalink
reduce pq complexity
Browse files Browse the repository at this point in the history
hopefully fixes a few bugs

also more fixes for 8b052a6
  • Loading branch information
aep committed Mar 31, 2021
1 parent 0321e82 commit 3f67708
Show file tree
Hide file tree
Showing 8 changed files with 273,208 additions and 271,471 deletions.
1 change: 0 additions & 1 deletion core/modules/sysinfo/modules/madpack

This file was deleted.

2 changes: 1 addition & 1 deletion core/src/channel.zz
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn from_transfer (Channel mut new*self, Transfer tr)
self->c_mine = tr.c_mine;
self->c_them = tr.c_them;
self->q.rtt = tr.rtt;
self->q.revision = tr.revision;
//self->q.revision = tr.revision;
self->counter_out = tr.counter_out;
self->outgoing_acks_at = tr.outgoing_acks_at;
}
Expand Down
Loading

0 comments on commit 3f67708

Please sign in to comment.