Commit d2db645
issue: 1792164 Handle duplicate zcopy notifications
In retransmit scenario it is possible to get duplicate ids in the zcopy
callback. In this case, ee_data is rewritten with a value which may be
lower than previous value. This leads to missed notifications.
As workaround, don't overwrite ee_data with lower value.1 parent b0b5b52 commit d2db645
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4691 | 4691 | | |
4692 | 4692 | | |
4693 | 4693 | | |
4694 | | - | |
| 4694 | + | |
| 4695 | + | |
4695 | 4696 | | |
4696 | 4697 | | |
4697 | 4698 | | |
| |||
0 commit comments