Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 2 commits
- 5 files changed
- 0 comments
- 1 contributor
Commits on Oct 23, 2019
This implements a protocol between snowflake clients and snowflake servers that allows for sequencing and reliability that is persistent across snowflakes. The protocol sends data in chunks, accompanied by a header with sequence and acknowledgement numbers. Data is acknowledged once it is received and unacknowledged data is resent when a new snowflake is added.
Commits on Oct 28, 2019
Modify the client and server to do two things: 1) Use the new SnowflakeConn to send the sequencing layer protocol messages to the other endpoint, and 2) Mainting a persistent connection to the SOCKS and OR ports across snowflakes with the same session ID
There are no files selected for viewing