摘要:
参考: rfc4566 https://segmentfault.com/a/1190000038272539 https://www.cnblogs.com/chyingp/p/sdp-in-webrtc.html 1. 概述 SDP(Session Description Protocol,会话 阅读全文
摘要:
参考: https://juejin.cn/post/6857057314504081416 https://www.zhihu.com/question/389546003/answer/1194780618 https://www.zhihu.com/question/29251261/answ 阅读全文
摘要:
实验环境:os: centos8.5 / kernel: 4.18.0 / gcc: 8.5.0 / arch: x86-64 1. 函数参数的传递和参数的返回 我们知道,在 x86-64 linux 系统机器上,参数不超过 6 个时,优先使用 rdi, rsi, rdx, rcx, r8, r9 阅读全文
摘要:
参考: https://blog.csdn.net/lqt641/article/details/73002566 https://blog.csdn.net/yangkuanqaz85988/article/details/52403726 http://home.ustc.edu.cn/~hch 阅读全文
摘要:
参考: https://www.zhihu.com/question/24916947 https://www.cnblogs.com/vamei/p/9329278.html https://zhuanlan.zhihu.com/p/346892153 https://www.cnblogs.co 阅读全文
摘要:
参考: UNIX环境高级编程 第三版 实验环境:os: centos8.5 / kernel: 4.18.0 / gcc: 8.5.0 / arch: x86-64 示例内核代码版本:5.15.5 1. 文件 io 1.1 open() 系统调用 在进程/线程 struct task > struc 阅读全文