File tree
4 files changed
+4
-14
lines changed- components/peer
- deps
4 files changed
+4
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 | 3 |
| |
7 | 4 |
| |
8 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 | 24 |
| |
27 | 25 |
| |
28 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 10 |
| |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
19 | 14 |
| |
20 |
| - | |
21 | 15 |
| |
22 |
| - | |
| 16 | + | |
23 | 17 |
| |
24 |
| - | |
| 18 | + | |
| 19 | + |
- CMakeLists.txt+1-1
- README.md+5-2
- examples/esp32/README.md+8-11
- examples/esp32/main/Kconfig.projbuild+11-1
- examples/esp32/main/app_main.c+5-18
- examples/esp32/main/idf_component.yml+3-1
- examples/esp32/sdkconfig.defaults-6
- examples/generic/main.c+35-13
- examples/pico/.gitignore+1
- examples/pico/CMakeLists.txt+134
- examples/pico/FreeRTOSConfig.h+113
- examples/pico/FreeRTOS_Kernel_import.cmake+91
- examples/pico/README.md+50
- examples/pico/config.h+115
- examples/pico/lwipopts.h+61
- examples/pico/main.c+157
- examples/pico/mbedtls_config.h+87
- examples/pico/netinet/in.h+5
- src/address.c-4
- src/address.h+7-2
- src/agent.c+18-8
- src/agent.h-4
- src/buffer.c+5
- src/config.h+54-9
- src/dtls_srtp.c+86-25
- src/dtls_srtp.h-2
- src/ice.c+46-62
- src/ice.h+1-8
- src/mdns.c-3
- src/peer_connection.c+84-13
- src/peer_connection.h+14
- src/peer_signaling.c+162-137
- src/peer_signaling.h+5-34
- src/ports.c+43-27
- src/ports.h+2
- src/rtcp.c+1-1
- src/rtcp.h+4-2
- src/rtp.c+1-1
- src/rtp.h+5-7
- src/sctp.c+117-78
- src/sctp.h+19-6
- src/sdp.h+2-2
- src/socket.c+1-10
- src/ssl_transport.c+9-6
- src/stun.c+4-3
- src/utils.c+3-7
- tests/test_peer_connection.c+47-10
0 commit comments