Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fixes #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

bug fixes #17

wants to merge 1 commit into from

Conversation

amiiigh
Copy link

@amiiigh amiiigh commented Aug 8, 2019

Hey this pull request includes:

  • Making Connection a Duplex Stream instead of an EventEmitter

  • Fixing the problem with getting corrupted data

  • CurrentNode of the LinkedList will point to the node with the lowest value, not the first node added
    -- Imagine adding numbers in this order into the list: 9, 1, 5, 3, 4, 5, 8. The currentNode in the current implementation would be 9 and if you use the seek() function you would always get 9 because there is no node after 9 since it is the largest and also making current node to point to the node with the lowest value makes more sense

  • Sending the ACK for packets that have sequence number lower than what we expected again.

@amiiigh amiiigh force-pushed the master branch 5 times, most recently from e431936 to a5cb93f Compare September 23, 2019 14:09
@amiiigh
Copy link
Author

amiiigh commented Sep 23, 2019

I squashed all the commits into one

fixed the problems
change new Buffer() to Buffer.alloc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant