Skip to content

Commit

Permalink
Set larger buf size #388
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 authored Dec 21, 2023
1 parent 1bd0929 commit 225856c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/wyzecam/iotc.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,9 @@ def _connect(
f"expected_chan={channel_id}"
)

# tutk.av_client_set_recv_buf_size(
# self.tutk_platform_lib, self.av_chan_id, max_buf_size
# )
tutk.av_client_set_recv_buf_size(
self.tutk_platform_lib, self.av_chan_id, max_buf_size
)

def get_auth_key(self) -> bytes:
"""Generate authkey using enr and mac address."""
Expand Down

0 comments on commit 225856c

Please sign in to comment.