Skip to content

Commit 676c5be

Browse files
committed
Merge branch 'feature/add_ipv6_support' into 'main'
esp_peer: Add IPV6 support See merge request adf/esp-webrtc-solution!65
2 parents 9a9dc57 + ce5ee97 commit 676c5be

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed

components/esp_peer/include/esp_peer_default.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ typedef struct {
6363
esp_peer_default_data_ch_cfg_t data_ch_cfg; /*!< Configuration of data channel */
6464
esp_peer_default_rtp_cfg_t rtp_cfg; /*!< Configuration of RTP buffer */
6565
bool keep_role; /*!< Do not reset role to controlling when disconnected */
66+
bool ipv6_support; /*!< Support IPv6 */
6667
} esp_peer_default_cfg_t;
6768

6869
/**
37.5 KB
Binary file not shown.
37.4 KB
Binary file not shown.
58.8 KB
Binary file not shown.
37.4 KB
Binary file not shown.
37.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)