mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-29 03:31:48 -04:00
Adjusted timings
This commit is contained in:
parent
873f049e20
commit
12e87425dc
3 changed files with 13 additions and 7 deletions
|
@ -339,6 +339,7 @@ class LocalServerInterface(Interface):
|
|||
spawned_interface.target_port = str(handler.client_address[1])
|
||||
spawned_interface.parent_interface = self
|
||||
spawned_interface.bitrate = self.bitrate
|
||||
spawned_interface._force_bitrate = self._force_bitrate
|
||||
# RNS.log("Accepting new connection to shared instance: "+str(spawned_interface), RNS.LOG_EXTREME)
|
||||
RNS.Transport.interfaces.append(spawned_interface)
|
||||
RNS.Transport.local_client_interfaces.append(spawned_interface)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue