mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 07:52:18 +02:00
Create ext.properties
This commit is contained in:
18
websocket/ext.properties
Normal file
18
websocket/ext.properties
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
[websocket]
|
||||||
|
group = Runtime
|
||||||
|
help = Websocket extension settings
|
||||||
|
|
||||||
|
buffer_size.type = integer
|
||||||
|
buffer_size.default = 65536
|
||||||
|
|
||||||
|
socket_timeout.type = integer
|
||||||
|
socket_timeout.default = 500000
|
||||||
|
socket_timeout.help = Timeout for the underlying socket connection, in microseconds
|
||||||
|
|
||||||
|
max_connections.type = integer
|
||||||
|
max_connections.default = 2
|
||||||
|
|
||||||
|
|
||||||
|
debug.type = integer
|
||||||
|
debug.default = 0
|
||||||
|
debug.options = 0:Disabled, 1:State Changes, 2:Messages Sent and Received
|
Reference in New Issue
Block a user