Allow setting websocket buffers sizes internally.
Needed by LSP.
This commit is contained in:
parent
0a3c21d999
commit
ee90da4acb
10 changed files with 40 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ int EMWSServer::get_max_packet_size() const {
|
|||
return 0;
|
||||
}
|
||||
|
||||
Error EMWSServer::set_buffers(int p_in_buffer, int p_in_packets, int p_out_buffer, int p_out_packets) {
|
||||
return OK;
|
||||
}
|
||||
|
||||
EMWSServer::EMWSServer() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue