-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket #318 : PD Request - sequence counter not incremented
Because the PD_ELE_T entry for PD Requests is removed from the PD Send Queue as soon as it is sent, hence for maintaining the last used sequence counter, a list of last sequence counter used per each comId for PD Requests is maintained. The pointer to the first element in the list is added in the TRDP_SESSION struct. Every time a new PD request is to be sent, the last sequence counter used for that comId is fetched from this list. git-svn-id: https://svn.code.sf.net/p/tcnopen/trdp/trunk@2162 3b5a3598-5f4e-4449-9e63-bd40438bfec0
- Loading branch information
ckhangani
committed
Apr 6, 2020
1 parent
d21895b
commit e1b1604
Showing
2 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters