build/buildlet
Brad Fitzpatrick 4f0f4bb614 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 <dmitshur@golang.org>
2019-04-29 17:41:24 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
buildletclient.go revdial/v2: add new simpler, non-multiplexing revdial implementation 2019-04-29 17:41:24 +00:00
gce.go env/linux-x86-vmx: add new Debian host that's like Container-Optimized OS + vmx 2019-02-21 22:30:49 +00:00
keypair.go buildlet: set TCP keep-alive timeouts, avoid fd leaks 2015-02-03 11:38:45 +00:00
kube.go all: rename Kube to Container and IsGCE to IsVM 2018-05-05 16:50:07 +00:00
remote.go all: use Container-Optimized VMs instead of Kubernetes for buildlet containers 2018-05-11 03:29:07 +00:00

README.md

GoDoc

golang.org/x/build/buildlet

Package buildlet contains client tools for working with a buildlet server.