Home
last modified time | relevance | path

Searched refs:Txwcnt (Results 1 – 1 of 1) sorted by relevance

/minix/minix/commands/zmodem/
H A Dsz.c129 unsigned Txwcnt; /* Counter used to space ack requests */ variable
1371 Txwcnt = 0; in zsendfdata()
1426 else if (Txwindow && (Txwcnt += n) >= Txwspac) { in zsendfdata()
1427 Txwcnt = 0; e = ZCRCQ; in zsendfdata()