mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
comment
This commit is contained in:
parent
084643ca82
commit
af58e7c4e1
1 changed files with 6 additions and 4 deletions
|
@ -78,10 +78,12 @@ enum { XWPDEV_NONE /* 0 is an illegal value */
|
|||
,XWPDEV_BADREG /* relay->dev. You sent me a relayID via
|
||||
XWPDEV_REG but I've never heard of it */
|
||||
|
||||
,XWPDEV_ACK /* tells recipient its message has been
|
||||
received. This is for debugging, and maybe
|
||||
later for timing keepAlives based on
|
||||
firewall timeouts. format: header, msgID: 4
|
||||
,XWPDEV_ACK /* relay->dev (maybe) and dev->relay
|
||||
(definitely). Tells recipient its message
|
||||
has been received. This is for debugging,
|
||||
and maybe later for timing keepAlives based
|
||||
on firewall timeouts. format: header,
|
||||
msgID: 4
|
||||
*/
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue