summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-10-30 23:52:22 -0700
committerKeith Packard <keithp@keithp.com>2009-10-30 23:52:22 -0700
commitbf65e0b2a1299b49adc2d339ab9d9c7599aded9e (patch)
tree1d1bdf2c464669b6c51b7a3a4a2caf475fefec1b /src/ao.h
parentd46797e5c08d4955d516458185e2cfb51ee2d567 (diff)
Send SYN packet to set sequence numbers
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index 2e2fb589..e2f137bd 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -981,6 +981,7 @@ struct ao_fifo {
*/
#define AO_PACKET_MAX 8
+#define AO_PACKET_SYN 0xff
struct ao_packet {
uint8_t addr;