roll: pigweed pw_transfer: Bugfix for start handshake, and rate limit logs
The following changes/issues are resolved:
- Adds a timeout set after START_ACK is processed to reflect we got
valid data from the server (b/361281209)
- Rate limits the tx data chunk log to cut down on chatter for transfers
Bugs: b/361281209
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236572
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: f1f654a15a3adce476c2d68643eee56f3c225dd4
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 1364b42aad2514..f1f654a15a3adc
Roller-URL: https://ci.chromium.org/b/8736430634307278097
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I53db16dc8a9102e929f1cfd33d3566ff2c198278
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/236777
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 37669a7..dcb087a 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-18.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736431587700397473.
- commit = "1364b42aad2514bb2f37f7d1632a70367fc6ca49",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736430634307278097.
+ commit = "f1f654a15a3adce476c2d68643eee56f3c225dd4",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-18.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736431587700397473.
- commit = "1364b42aad2514bb2f37f7d1632a70367fc6ca49",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736430634307278097.
+ commit = "f1f654a15a3adce476c2d68643eee56f3c225dd4",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)