Paul-Louis Ageneau
|
2d5d2f0486
Merge pull request #8 from paullouisageneau/openssl
|
5 年之前 |
Paul-Louis Ageneau
|
e75ae36ba8
Added OpenSSL as an alternative to GnuTLS
|
5 年之前 |
Paul-Louis Ageneau
|
585450d13e
Better libs decalration in Makefile
|
5 年之前 |
Paul-Louis Ageneau
|
bc0666be05
Added Jamfile for easier integration
|
5 年之前 |
Paul-Louis Ageneau
|
b14518238a
Fixed reorder warning
|
5 年之前 |
Paul-Louis Ageneau
|
04df12b581
Merge pull request #7 from paullouisageneau/back-pressure
|
5 年之前 |
Paul-Louis Ageneau
|
08931de03b
Added proper destructor for synchronized_callback
|
5 年之前 |
Paul-Louis Ageneau
|
e6da6a185f
Make DataChannel keep a strong reference on PeerConnection
|
5 年之前 |
Paul-Louis Ageneau
|
87bf676428
Fixed SctpTransport::process()
|
5 年之前 |
Paul-Louis Ageneau
|
4029a9bb4a
Do not receive messages in onMessage is not set
|
5 年之前 |
Paul-Louis Ageneau
|
a1df562785
Added available and availableSize getters on DataChannel
|
5 年之前 |
Paul-Louis Ageneau
|
5d57b4e214
Used synchronized callbacks for PeerConnection
|
5 年之前 |
Paul-Louis Ageneau
|
abdf61e841
Added callback wrapper in Channel
|
5 年之前 |
Paul-Louis Ageneau
|
d9bfcbd6be
Added sent callback on DataChannel
|
5 年之前 |
Paul-Louis Ageneau
|
e55d4e906b
Handle state changes atomically
|
5 年之前 |
Paul-Louis Ageneau
|
6363361e0c
Send thread might now change SCTP state to disconnected
|
5 年之前 |
Paul-Louis Ageneau
|
21f43611b6
Some cleanup to thread handling
|
5 年之前 |
Paul-Louis Ageneau
|
b20f3b30c0
Remaned runConnect() to runConnectAndSendLoop()
|
5 年之前 |
Paul-Louis Ageneau
|
fcb1a2571d
Consider DTLS premature termination as remote closing
|
5 年之前 |
Paul-Louis Ageneau
|
900c482146
Implemented reading back-pressure and callbacks synchronization
|
5 年之前 |
Paul-Louis Ageneau
|
d27ed8aab0
Don't wait for resolve threads on destruction
|
5 年之前 |
Paul-Louis Ageneau
|
84219d381d
Implemented async sending in SCTP transport
|
5 年之前 |
Paul-Louis Ageneau
|
75735fb8d8
Enforced setup:actpass on offers
|
5 年之前 |
Paul-Louis Ageneau
|
d2b0d1e07f
Added bundle line
|
5 年之前 |
Paul-Louis Ageneau
|
6f09bc7a17
Added local and remote address accessors
|
5 年之前 |
Paul-Louis Ageneau
|
ac6cae8fc4
Merge pull request #4 from paullouisageneau/dtls-on-connected
|
5 年之前 |
Paul-Louis Ageneau
|
000bef45f6
Renamed ICE transport Ready state to Completed for consistency with web API
|
5 年之前 |
Paul-Louis Ageneau
|
c2bba83254
Start DTLS transport on ICE state Connected instead of Ready
|
5 年之前 |
Paul-Louis Ageneau
|
5839e9d3db
Enabled SCTP MTU discovery
|
5 年之前 |
Paul-Louis Ageneau
|
2ff361ab29
Fixed DTLS transport send logic to also fail on non-fatal errors
|
5 年之前 |