Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: media/cast/net/cast_transport_sender_impl.h

Issue 654843007: Cast: Increase UDP socket send buffer size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compile Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/net/cast_transport_sender_impl.h
diff --git a/media/cast/net/cast_transport_sender_impl.h b/media/cast/net/cast_transport_sender_impl.h
index da44e8f21c8d298dc23b2723061388340637ca59..ac3c34e2ad334354fc6ff6ba52777badacf0faa9 100644
--- a/media/cast/net/cast_transport_sender_impl.h
+++ b/media/cast/net/cast_transport_sender_impl.h
@@ -61,6 +61,8 @@ class CastTransportSenderImpl : public CastTransportSender {
// per 10 ms ideally.
// "pacer_max_burst_size": int - specifies how many pakcets to send
// per 10 ms, max
+ // "send_buffer_min_size": int - specifies the minimum socket send buffer
+ // size
// "disable_wifi_scan" (value ignored) - disable wifi scans while streaming
// "media_streaming_mode" (value ignored) - turn media streaming mode on
// Note, these options may be ignored on some platforms.
« no previous file with comments | « no previous file | media/cast/net/cast_transport_sender_impl.cc » ('j') | media/cast/net/cast_transport_sender_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698