Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: Fix handling of in drdynvc DATA_FIRST_PDU in proxy
During tests I sometimes received DATA_FIRST_PDUs that were not part of a fragmented message but contained a complete PDU. The documentation is not quite clear about if this is a possible scenario or a protocol violation. However in the description of the Data field it says: If the sum of the DVC header size and the value specified by the Length field is less than 1600 bytes, then the actual data length equals the value specified by the Length field. This hints that DATA_FIRST_PDU might also contain complete Data and does not necessarily mean to be the first part of a fragmented PDU.
- Loading branch information