History log of /system/core/fastboot/udp.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1c563d96f000876d77b2d33fbfb03c241bc503e1 30-Apr-2016 Chih-Hung Hsieh <chh@google.com> Fix google-explicit-constructor warnings.

Bug: 28341362
Change-Id: I4504e98a8db31e0edcbe63c23f9af43eb13e9d86
/system/core/fastboot/udp.cpp
4601c978cad8b69e15ed63664ebb5dcf6aaf21b3 06-Feb-2016 David Pursell <dpursell@google.com> fastboot: add UDP protocol.

Implements a UDP protocol for fastboot, documented in
fastboot_protocol.txt.

This version of the protocol does not include multi-packet windowing,
which will likely be needed to achieve reasonable speeds over WiFi.
Since we don't have any WiFi use cases yet, we'd like to get this in
now and update the protocol later if it becomes necessary.

Usage:
fastboot -s udp:<hostname>[:port] <command>

Bug: http://b/26154914
Change-Id: Ia5bbae6bcd6405671f594d7120b3994746d234d3
/system/core/fastboot/udp.cpp