Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 11, 2024
1 parent 69b4050 commit 45f3f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sippy/Rtp_proxy/Client/udp.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, global_config, address, bind_address = None, family = AF_INET
#print('Rtp_proxy_client_udp(family=%s)' % family)
self.address = self.getdestbyaddr(address, family)
self.is_local = False
self.uopts = Udp_server_opts(bind_address, self.process_reply, family)
self.uopts = Udp_server_opts(bind_address, self.process_reply, family=family)
self.uopts.flags = 0
self.uopts.ploss_out_rate = self.ploss_out_rate
self.uopts.pdelay_out_max = self.pdelay_out_max
Expand Down

0 comments on commit 45f3f1c

Please sign in to comment.