Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-17 | fastboot: fix TCP protocol version check. | David Pursell | |
Currently the TCP handshake fails if the device TCP protocol version doesn't match the host exactly, but the protocol is supposed to allow for forwards compatibility by accepting any protocol version >= itself. That way the other side can potentially lower its protocol to match and keep going. This CL fixes the protocol version check and adds corresponding unit tests. Bug: http://b/27220700 Change-Id: Ib17f0a55eb910105a27609bc94bf76a30442e92e | |||
2016-02-03 | fastboot: add TCP protocol. | David Pursell | |
This CL implements a TCP protocol for use with fastboot. Protocol description is given in fastboot_protocol.txt, some examples of expected behavior can also be found in tcp_test.cpp. Usage is: fastboot -s tcp:<hostname>[:port] <command> Bug: http://b/26558551 Change-Id: If53a514a534489c617db32c4fea8819949121282 |