mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 05:58:22 +00:00
1.6.0
This commit is contained in:
7
src/Net/Sockets/SocketState.js
Normal file
7
src/Net/Sockets/SocketState.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
Initial : 0,
|
||||
Listening : 1,
|
||||
Connecting : 2,
|
||||
Established : 3,
|
||||
Closed: 4,
|
||||
}
|
||||
Reference in New Issue
Block a user