Commit Graph

11 Commits

Author SHA1 Message Date
narspt f534041ce6
revert to closing streams immediately but fix last packets sent back
This patch reverts the change done on v2.4.1, so that streams are closed immediately as it used to be (instead of relying on CheckStreamsTimeout) but fixes last packets sent back to sender, by doing basically what was already done before but on proper order to avoid the issue.

Relying on CheckStreamsTimeout actually introduces a problem: transmitting client gets "mute" for 1.6 sec. after each transmission, this means that if a 2nd client starts transmitting within this time frame then the "mute" client can't listen the beginning of the 2nd client transmission, the problem is even worst (i.e. critical) for DExtra because the "mute" client will not be able to get the header packet of the 2nd client transmission and this means that whole transmission is lost - this renders DExtra almost unusable on v2.4.1 unless all clients take special care about spaces between transmissions.
2021-07-05 02:09:02 +01:00
LX3JL cb989fd8de xlxd 2.4.1
Corrected bug : last packets of a stream are sent back to sender
2021-01-05 10:36:36 +01:00
Tom Early 6f67b46298 Fix orphaned Frame memory leak 2020-07-02 10:38:10 -07:00
LX3JL 66624df5e0 xlxd 2.3.3
corrected bug
2019-12-01 13:57:12 +01:00
LX3JL 640f7c5c9c Revert "Merge pull request #120 from nonoo/master"
This reverts commit 2c902aad20, reversing
changes made to b3360b66e2.
2019-03-16 15:57:24 +01:00
Nonoo 6b281b9fdb Prevent sending stream close frames back to the sender
The OnDvLastFramePacketIn() function closed the current stream before
HandleQueue() was called, so the stream's client lost it's stream master status
and HandleQueue() sent the client's last (stream closing) frame back to the
sender.

Applying this commit closes the stream only after HandleQueue() has been
called so no unnecessary call end frame reflection happens to the transmitting
client.
2019-02-19 12:39:48 +01:00
LX3JL 83278d1363 xlxd 2.0.0
Added compatibility with protocols DMR Homebrew (MMDVM)  and DMR Plus
(dongle)
2017-08-22 20:23:57 +02:00
LX3JL edde49c1af xlxd v1.4.2 / db v2.3.4 2017-02-02 16:37:38 +01:00
LX3JL 2f9e8a8781 xlxd 1.2.4 / db 2.1.0
implement XLX interlink feature
2016-02-11 18:51:12 +01:00
LX3JL 22f489e440 version 1.1.0
added support for callsign black/white lists in gatekeeper
changed DCS timeout to 30 sec to support DMR - DSTAR bridge
2015-12-30 18:04:27 +01:00
LX3JL 4664798ec3 Initial import 2015-12-29 23:45:47 +01:00