aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-24 00:44:21 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 20:57:24 +0100
commita6ba67cb3a8696cbb251ba32c5b8daa877cd2b04 (patch)
tree279b24afe30b1f166a58f7c72a3dd3eea7669289 /src/tbf.h
parent8b16ae30fe0d6353ac7d39a2884f6716ff3efc5f (diff)
tbf: Simplify the create_dl_acked_block into two parts
Separate the resend from creating a new block. It shows that the first_fin_ack is always set to FALSE for re-sending. This might not be what we want.
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 1250b40d..39e25073 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -249,6 +249,7 @@ protected:
struct msgb *create_dl_acked_block(const uint32_t fn, const uint8_t ts,
const int index, const bool fin_first_ack);
+ struct msgb *create_new_bsn(const uint32_t fn, const uint8_t ts);
};