mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-04 11:19:10 -07:00
Known destinations
This commit is contained in:
@@ -36,7 +36,7 @@ class UdpInterface(Interface):
|
||||
|
||||
|
||||
def processIncoming(self, data):
|
||||
self.owner.__class__.incoming(data)
|
||||
self.owner.inbound(data)
|
||||
|
||||
def processOutgoing(self,data):
|
||||
udp_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
|
||||
Reference in New Issue
Block a user