Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sepfy
/
libpeer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
293
Star
1.5k
Code
Issues
63
Pull requests
15
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix: compilation error when only IPv4 is enabled (IPv6 disabled).
- #265
#265
Open
sqqdfny
wants to merge 23 commits into
sepfy:main
sepfy/libpeer:main
from
sqqdfny:main
sqqdfny/libpeer:main
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Fix: compilation error when only IPv4 is enabled (IPv6 disabled).
#265
sqqdfny
wants to merge 23 commits into
sepfy:main
sepfy/libpeer:main
from
sqqdfny:main
sqqdfny/libpeer:main
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2026
Fix: compilation error when only IPv4 is enabled (IPv6 disabled).
sqqdfny
committed
454a36d
View commit details
Copy full SHA for 454a36d
Browse repository at this point
Commits on Jul 22, 2026
1.增加:LIBPEER_USE_SHARED_ENTROPY 宏,用于选择是否使用全局共享的熵源(MBEDTLS).
sqqdfny
committed
a3f46c2
View commit details
Copy full SHA for a3f46c2
Browse repository at this point
Commits on Jul 23, 2026
1.修复:局域网连接时,chorme 返回的 sdp 中的地址为 mDNS 主机名,此时 src/ice.c/ice_candidate_from_description() 的 addrstring[] 溢出导致死机的问题。
Show description for 6755d1d
sqqdfny
committed
6755d1d
View commit details
Copy full SHA for 6755d1d
Browse repository at this point
Commits on Jul 27, 2026
1.修改: 日志打印宏 "#define LOG_LEVEL" -> "#define LIBPEER_LOG_LEVEL", 避免跟主项目其它模块的相同定义产生冲突。
sqqdfny
committed
79a8501
View commit details
Copy full SHA for 79a8501
Browse repository at this point
Commits on Jul 28, 2026
1.修复: 局域网中 PC 通过 WIFI 直连设备时,mDNS 协议会解析到PC的有线网口 IP 地址,导致连接建立失败的问题。
Show description for 4a91f51
sqqdfny
committed
4a91f51
View commit details
Copy full SHA for 4a91f51
Browse repository at this point
Commits on Jul 29, 2026
1.修改: PEER_CONNECTION_CHECKING/PEER_CONNECTION_CONNECTED 两种状态增加超时处理。
sqqdfny
committed
d1af1e8
View commit details
Copy full SHA for d1af1e8
Browse repository at this point
Commits on Jul 31, 2026
1.新增: config.h 定义 SCTP_LOCAL_RWND(0x100000),sctp.c 的 SACK/INIT/INIT_ACK 统一使用该宏替换 magic number
Show description for ae06efd
sqqdfny
committed
ae06efd
View commit details
Copy full SHA for ae06efd
Browse repository at this point
Commits on Aug 4, 2026
1.修复编译警告
sqqdfny
committed
807af9a
View commit details
Copy full SHA for 807af9a
Browse repository at this point
feat: sctp 增加对 HEARTBEAT/ACK、SHUTDOWN/ACK/COMPLETE、ERROR、FORWARD_TSN 等消息的处理,修复长时间连接异常的问题。
Show description for 76159a6
sqqdfny
committed
76159a6
View commit details
Copy full SHA for 76159a6
Browse repository at this point
refactor(utils.h):
Show description for 886c7cd
sqqdfny
committed
886c7cd
View commit details
Copy full SHA for 886c7cd
Browse repository at this point
Commits on Aug 7, 2026
fix(libpeer): ICE Agent 支持从 inbound STUN request 创建 peer-reflexive candidate
Show description for 3ddd746
sqqdfny
committed
3ddd746
View commit details
Copy full SHA for 3ddd746
Browse repository at this point
Commits on Aug 11, 2026
fix(webrtc): SCTP_DATA 接收路径 SACK 先于 onmessage 发送,消除 ping-pong 死循环
Show description for 2714d8f
sqqdfny
committed
2714d8f
View commit details
Copy full SHA for 2714d8f
Browse repository at this point
fix(src/peer_connection.c): 创建 SDP 时,如果有多个 "m=" 行,浏览器不响应 STUN Binding,也不发送 STUN Binding 的问题。
Show description for a715a04
sqqdfny
committed
a715a04
View commit details
Copy full SHA for a715a04
Browse repository at this point
Commits on Aug 12, 2026
fix(libpeer): DTLS-SRTP srtp_in 空指针崩溃防御 + 密钥派生失败感知
Show description for ddf6c5f
sqqdfny
committed
ddf6c5f
View commit details
Copy full SHA for ddf6c5f
Browse repository at this point
fix(include): 修复编译错误。
sqqdfny
committed
e2c281a
View commit details
Copy full SHA for e2c281a
Browse repository at this point
Commits on Aug 14, 2026
fix(libpeer): H264 RTP 封包改为 per-access-unit 时间戳语义(RFC 6184)
Show description for dba1473
sqqdfny
committed
dba1473
View commit details
Copy full SHA for dba1473
Browse repository at this point
Commits on Aug 18, 2026
feat(libpeer): 新增 RTCP generic NACK 重传,密文级 ring 缓存(RFC 4585)
Show description for 783e51f
sqqdfny
committed
783e51f
View commit details
Copy full SHA for 783e51f
Browse repository at this point
Commits on Aug 21, 2026
feat(libpeer): DTLS-SRTP 支持 AEAD_AES_128_GCM(RFC 7714),入站鉴权失败丢弃
Show description for 2ec3546
sqqdfny
committed
2ec3546
View commit details
Copy full SHA for 2ec3546
Browse repository at this point
Commits on Aug 27, 2026
feat(libpeer): sendto 失败退避重试 + RTP 出包统计,FU-A 整帧放弃
Show description for a70f805
sqqdfny
committed
a70f805
View commit details
Copy full SHA for a70f805
Browse repository at this point
Commits on Sep 3, 2026
chore(libpeer): 移除 cJSON/mbedtls/coreHTTP/coreMQTT 嵌套子模块
Show description for 8daffe9
sqqdfny
committed
8daffe9
View commit details
Copy full SHA for 8daffe9
Browse repository at this point
feat(libpeer): answer SDP 按 offer 归一化(BUNDLE 端口/mid 回显/方向取反),H264 PT 动态覆盖
Show description for 55f12e3
sqqdfny
committed
55f12e3
View commit details
Copy full SHA for 55f12e3
Browse repository at this point
Commits on Sep 4, 2026
refactor(libpeer): DTLS-SRTP profile 仅保留 AEAD_AES_128_GCM
Show description for e83b4a5
sqqdfny
committed
e83b4a5
View commit details
Copy full SHA for e83b4a5
Browse repository at this point
Commits on Sep 9, 2026
fix(libpeer): ICE controlling 补 regular nomination,tie-breaker 按角色取值
Show description for c2bcfce
sqqdfny
committed
c2bcfce
View commit details
Copy full SHA for c2bcfce
Browse repository at this point
You can’t perform that action at this time.