Commit f269c38
Avoid sending duplicated ACKs in DataSharing (#5986)
* Refs #23603: Avoid duplicate ACK in datasharing
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
* Refs #23603: Doxygen
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
* Refs #23603: Mock method
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
---------
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
(cherry picked from commit 8421fb0)
# Conflicts:
# include/fastdds/rtps/reader/StatefulReader.h
# include/fastdds/rtps/reader/StatelessReader.h
# src/cpp/fastdds/subscriber/DataReaderImpl/ReadTakeCommand.hpp
# src/cpp/rtps/reader/BaseReader.hpp
# src/cpp/rtps/reader/StatefulReader.cpp
# src/cpp/rtps/reader/StatelessReader.cpp
# test/mock/rtps/RTPSReader/rtps/reader/BaseReader.hpp1 parent 28529b7 commit f269c38
File tree
7 files changed
+733
-2
lines changed- include/fastdds/rtps/reader
- src/cpp
- fastdds/subscriber/DataReaderImpl
- rtps/reader
- test/mock/rtps/RTPSReader/rtps/reader
7 files changed
+733
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
| |||
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
319 | 332 | | |
320 | 333 | | |
321 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
| |||
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
244 | 257 | | |
245 | 258 | | |
246 | 259 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
169 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
170 | 177 | | |
171 | 178 | | |
172 | 179 | | |
| |||
0 commit comments