-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revdial/v2: add new simpler, non-multiplexing revdial implementation
The old revdial has a simple multiplexing protocol that was like HTTP/2 but without flow control, etc. But it was too simple (no flow control) and too complex. Instead, just use one TCP connection per reverse dialed connection. For now, the NAT'ed machine needs to go re-connect for each incoming connection, but in practice that's just once. The old implementation is retained for now until all the buildlets are updated. Updates golang/go#31639 Change-Id: Id94c98d2949e695b677531b1221a827573543085 Reviewed-on: https://go-review.googlesource.com/c/build/+/174082 Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information
Showing
7 changed files
with
552 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.