Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
c2c6cef3
Commit
c2c6cef3
authored
Nov 15, 2018
by
Andreas Schmidt
Browse files
Fix double forward
parent
2c8058a4
Pipeline
#3274
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
prrt/proto/processes/dataReceiver.c
View file @
c2c6cef3
...
...
@@ -157,10 +157,6 @@ static void handle_data_packet(PrrtSocket *sock_ptr, PrrtPacket *packet) {
PrrtChannelStateInformation_update_delivery_rate
(
sock_ptr
->
senderChannelStateInformation
,
payload
->
btlbw
);
prrtSequenceNumber_t
baseSequenceNumber
=
packet
->
sequenceNumber
-
packet
->
index
;
// forward to application layer
debug
(
DEBUG_DATARECEIVER
,
"Forward: %u"
,
seqno
);
PrrtPacketDeliveryStore_insert
(
sock_ptr
->
packetDeliveryStore
,
packet
);
PrrtPacket
*
reference
=
PrrtPacket_copy
(
packet
);
// forward to application layer
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment