Skip to content

Commit

Permalink
increase incoming socket recv buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jstahlbaum-fibernetics committed Jun 17, 2024
1 parent e1342c6 commit b5d758a
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 b5d758a

Please sign in to comment.