You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/src
Bryan Biedenkapp de2c471cd7
BUGFIX: due to refactor in #88, it is possible for PDUs to arrive simultaneously in a very efficient manner, this confuses the P25 packet data handler logic causing very strange behavior (including a crash), this bugfix corrects that problem by: a) allowing data blocks for a given peer to arrive and be stored in any order (order is defined by the current block number), b) allow the data header to arrive at any time, c) once all blocks have been received and a valid data header is received, then the original PDU dispatch logic may execute;
8 months ago
..
bridge R04H31 Merge to Master (#89) 9 months ago
common R04H31 Merge to Master (#89) 9 months ago
fne BUGFIX: due to refactor in #88, it is possible for PDUs to arrive simultaneously in a very efficient manner, this confuses the P25 packet data handler logic causing very strange behavior (including a crash), this bugfix corrects that problem by: a) allowing data blocks for a given peer to arrive and be stored in any order (order is defined by the current block number), b) allow the data header to arrive at any time, c) once all blocks have been received and a valid data header is received, then the original PDU dispatch logic may execute; 8 months ago
fw update modem submodule; 8 months ago
host R04H31 Merge to Master (#89) 9 months ago
monitor update copyright dates; 1 year ago
patch R04H31 Merge to Master (#89) 9 months ago
peered late night whoopsie, forgot to add some critical stuff (note to self: don't do programming at near midnight its bad for you); 11 months ago
remote change ENABLE_TCP_SSL to just ENABLE_SSL; 10 months ago
sysview R04H31 Merge to Master (#89) 9 months ago
tged add some guard rails around when batch operations add/remove; 11 months ago
vocoder R04H31 Merge to Master (#89) 9 months ago
CMakeLists.txt R04H30 Merge to Master (#88) 9 months ago
CompilerOptions.cmake R04H30 Merge to Master (#88) 9 months ago

Powered by TurnKey Linux.