mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-27 09:47:44 +02:00
Added credit and link to wslay
This commit is contained in:
parent
8a9dc759a4
commit
0bf63cbdf8
@ -40,3 +40,9 @@ For command line debugging, there's
|
|||||||
* tcpdump: `sudo tcpdump -X -s0 -ilo0 port 8080 ` (example for local ws:// connection)
|
* tcpdump: `sudo tcpdump -X -s0 -ilo0 port 8080 ` (example for local ws:// connection)
|
||||||
|
|
||||||
* tcpdump: `sudo tcpdump -X -s0 host echo.websocket.org` (Monitors packets to/from echo.websocket.org)
|
* tcpdump: `sudo tcpdump -X -s0 host echo.websocket.org` (Monitors packets to/from echo.websocket.org)
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
This extension makes use of the C library WSlay by @tatsuhiro-t:
|
||||||
|
|
||||||
|
* https://github.com/tatsuhiro-t/wslay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user