Juliusz Chroboczek
|
fc9f28fd68
|
Minor cleanups.
|
2022-04-23 18:43:01 +02:00 |
|
Juliusz Chroboczek
|
0f7cbe5701
|
Replace use of os.ErrTimeout by our own value.
ErrTimeout was introduced in Go 1.15, while we support 1.13 and later.
Thanks to Michael Ströder for the report.
|
2021-03-02 21:55:54 +01:00 |
|
Juliusz Chroboczek
|
69c438ab30
|
Add unit tests for ICEConfiguration and RelayTest.
|
2021-02-26 13:23:54 +01:00 |
|
Juliusz Chroboczek
|
0a8f75d6c9
|
Make RelayTest take the timeout as parameter.
|
2021-02-26 13:22:47 +01:00 |
|
Juliusz Chroboczek
|
c103d1cfb0
|
Rework configuration of built-in TURN server.
The default configuration is now defined by an explicit value
"auto", which is easier to check and to explain.
|
2021-01-19 18:04:39 +01:00 |
|
Juliusz Chroboczek
|
c1b689bccf
|
Don't start TURN server by default if ice-servers.json exists.
This can be overridden by explicitly specifying the -turn option.
|
2021-01-19 01:24:07 +01:00 |
|
Juliusz Chroboczek
|
5a7937b198
|
Add built-in TURN server.
|
2021-01-18 22:18:16 +01:00 |
|
Juliusz Chroboczek
|
e623442b99
|
Remove left-over debugging messages.
|
2021-01-15 00:13:47 +01:00 |
|
Juliusz Chroboczek
|
3a9f63396c
|
Reduce delays in RelayTest.
|
2021-01-14 02:07:00 +01:00 |
|
Juliusz Chroboczek
|
25ce8ef666
|
Implement server-side relay test.
|
2021-01-14 01:49:06 +01:00 |
|
Juliusz Chroboczek
|
0563356180
|
Don't complain about non-existent ice-servers.json.
|
2021-01-02 00:36:58 +01:00 |
|
Juliusz Chroboczek
|
450601f0e8
|
Move ICE code into own module, add tests.
|
2021-01-02 00:21:17 +01:00 |
|