issues
search
sysapps
/
tcp-udp-sockets
Raw sockets API
85
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
how to use this API
#91
milad2golnia
opened
5 years ago
1
Sync with streams api changes
#90
isonmad
opened
8 years ago
4
Update URLs and names to reflect changed name.
#89
dmitshur
closed
9 years ago
1
Implementation status (even if experimental)?
#88
dmitshur
closed
9 years ago
3
Add requirements that raw sockets should be support in WebWorkers.
#87
lygstate
opened
9 years ago
1
Update for readable stream spec changes
#86
domenic
closed
9 years ago
0
Added TCP keep alive options.
#85
ClaesNilsson
closed
9 years ago
0
Changed .wait() to .ready due to changes in Streams API.
#84
ClaesNilsson
closed
9 years ago
0
Streams integration: change from .wait() to .ready
#83
domenic
closed
9 years ago
5
Permission handling added
#82
ClaesNilsson
closed
9 years ago
0
Method to request permission
#81
ClaesNilsson
closed
9 years ago
30
Controlling TCP Keepalive
#80
asutherland
closed
9 years ago
15
Minor editorial corrections.
#79
ClaesNilsson
closed
10 years ago
0
Updates to align TCPServerSocket interface with current versions of TCP/UDPSockets
#78
ClaesNilsson
closed
10 years ago
0
Rewriting TCPServerSocket to be consistent with current UDP and TCPSockets
#77
ClaesNilsson
closed
10 years ago
5
Changes to align with latest WHAT WG Streams API specification:
#76
ClaesNilsson
closed
10 years ago
3
Stated that it is allowed to use host name in remoteAddress.
#75
ClaesNilsson
closed
10 years ago
0
Routing table cannot be used to determine if remote address is reachable by local interface
#74
schien
opened
10 years ago
3
Allow to use domain name in remoteAddress
#73
schien
closed
10 years ago
7
Define the behavior of closing a socket before openedPromise is resolved
#72
schien
closed
10 years ago
1
Corrections and aligning with latest Streams API specification:
#71
ClaesNilsson
closed
10 years ago
0
The initial value of localPort and localAddress before UDPSocket.opened is resolved
#70
schien
closed
10 years ago
1
Interchange the type of input/output attribute in both TCPSocket and UDPSocket
#69
schien
closed
10 years ago
7
Rename ReadyState to SocketReadyState
#68
schien
closed
10 years ago
4
Updated README.md with correct API name and correct link to rendered spe...
#67
ClaesNilsson
closed
10 years ago
0
How to handle UDP receive buffer getting full
#66
ClaesNilsson
closed
10 years ago
1
Corrections
#65
ClaesNilsson
closed
10 years ago
0
interface UDPSocket rewritten to be based on Streams API
#64
ClaesNilsson
closed
10 years ago
1
Interface TCPSocket rewritten to be based on the Streams API.
#63
ClaesNilsson
closed
10 years ago
2
Making the API independent of DOM?
#62
ClaesNilsson
opened
10 years ago
3
Changed the name of the specification to TCP and UDP Socket API
#61
ClaesNilsson
closed
10 years ago
0
Add ref to WHAT WG Streams API specification
#60
ClaesNilsson
closed
10 years ago
2
Saved the latest non Stream based version in a subfolder
#59
ClaesNilsson
closed
10 years ago
0
These are not the raw sockets you are looking for
#58
annevk
closed
11 years ago
2
A design based on Streams?
#57
ClaesNilsson
closed
10 years ago
11
Support extended FLAGS for 'low-level' arbitrary control
#56
ytrezq
opened
11 years ago
0
replace onclose with onend
#55
nickdesaulniers
closed
11 years ago
2
replace onopen -> onconnect, onclose -> onend
#54
nickdesaulniers
closed
10 years ago
3
Switch the order of host and port for constructor of TCPSocket
#53
nickdesaulniers
opened
11 years ago
1
Creating the socket and connecting should be seperate concepts
#52
nickdesaulniers
opened
11 years ago
2
Binding a socket to a local interface
#51
ClaesNilsson
closed
11 years ago
0
Fixed UDP example: Added missing single quote
#50
AVGP
closed
11 years ago
1
Misc updates
#49
ClaesNilsson
closed
11 years ago
1
simplified examples 1 and 2 - closes #25, #26
#48
marcoscaceres
closed
11 years ago
0
Suggestion add a non-normative "usage notes" section to the specification
#47
anotherlin
opened
11 years ago
3
Clarifying send()
#46
ClaesNilsson
closed
10 years ago
11
Defining TCPServerSocket backlog (maximum number of connection requests)
#45
ClaesNilsson
opened
11 years ago
3
Open event needed for TCPServerSocket and UDPSocket?
#44
ClaesNilsson
opened
11 years ago
3
TCPServer socket: onConnect or onAccept?
#43
ClaesNilsson
closed
11 years ago
0
Naming of API
#42
ClaesNilsson
closed
10 years ago
13
Next