VLAN总结
VLAN定义VLAN(Virtual Local Area Network)即虚拟局域网,是将一个物理LAN在逻辑上划分成多个广播域的通信技术 每个VLAN是一个广播域,VLAN内的主机间可以直接通信,而VLAN间则不能直接互通。这样,广播报文就被限制在一个VLAN内 图 1 :VLAN示意图 VLAN标准IEEE 802.1Q是VLAN的正式标准,在传统的 以太网数据帧 基础上(源MAC地址字段和协议类型字段之间)增加 4个字节的802.1Q Tag...
PJSIP项目概述Ⅰ-Timer
在 PJSIP 中,定时器机制是协议栈的重要组成部分,用于处理与时间相关的操作,例如重传、超时、定时任务等。这些定时器是通过一个定时器堆(Timer Heap)来实现的。 一、定时器常用函数1、获取定时器堆1pj_timer_heap_t* pjsip_endpt_get_timer_heap(pjsip_endpoint *endpt) 定时器堆可以控制重传、超时事件处理等定时器任务,返回值为定时器堆 2、调度定时器定时器的调度支持DEBUG管理,分别为下面两个函数,传参都一致支持debug的自带函数和行数 12345678pj_status_t pj_timer_heap_schedule_w_grp_lock(pj_timer_heap_t *ht,pj_timer_entry *entry, const pj_time_val *delay,int id_val, pj_grp_lock_t...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment