Skip to content

Commit

Permalink
increase incoming socket recv buffer (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstahlbaum-fibernetics committed Jun 18, 2024
1 parent e1342c6 commit edcd348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ bool AudioPipe::lws_service_thread(unsigned int nServiceThread)
protocolName.c_str(),
AudioPipe::lws_callback,
sizeof(void *),
1024,
16384,
},
{NULL, NULL, 0, 0}};

Expand Down

0 comments on commit edcd348

Please sign in to comment.