摘要: UDP全称:User Datagram Protocol,通过IP协议提供无连接、不稳定的通信服务。 下面的可以先跳过,先测试客户端和服务端的代码,有个基本的认识再看下面的东西。 UDP有如下特点 UDP是无连接的,在发送数据之前不与对方建立连接 UDP不对数据进行排序,UDP报文头部没有数据顺序信 阅读全文
posted @ 2023-09-25 16:13 njit-sam 阅读(324) 评论(0) 推荐(0) 编辑
摘要: valgrind算是linux开发神器 阅读全文
posted @ 2023-09-25 13:03 njit-sam 阅读(7) 评论(0) 推荐(0) 编辑
摘要: GDB介绍(来自man手册): The purpose of a debugger such as GDB is to allow you to see what is going on "inside" another program while it executes -- or what an 阅读全文
posted @ 2023-09-25 09:20 njit-sam 阅读(11) 评论(0) 推荐(0) 编辑