会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
坐看云起时
乘风好去,长空万里,直下看山河!!! 研究过httpserver、nginx、内核tcpip协议栈源码,内存管理 、摄像头-iic-spi等驱动!! 目前搞搞准入 看看内核 看看身份逻辑 看看管控 写写go
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
63
64
65
66
67
68
69
70
下一页
2019年6月27日
Socket bind系统调用简要分析
摘要: 主要查看linux kernel 源码:Socket.c 以及af_inet.c文件 1.1 bind分析 #include <sys/types.h> /* See NOTES */#include <sys/socket.h>int bind(int sockfd, const struct s
阅读全文
posted @ 2019-06-27 10:00 codestacklinuxer
阅读(1427)
评论(0)
推荐(0)
2019年6月18日
linux 网络编程 基础
摘要: 网络编程基础 大端小端: 字节序,顾名思义,指字节在内存中存储的顺序。比如一个int32_t类型的数值占用4个字节,这4个字节在内存中的排列顺序就是字节序。字节序有两种: (1)小端字节序(Little endinan),数值低位存储在内存的低地址,高位存储在内存的高地址; (2)大端字节序(Big
阅读全文
posted @ 2019-06-18 18:01 codestacklinuxer
阅读(2944)
评论(0)
推荐(0)
磁盘空间满的问题
该文被密码保护。
阅读全文
posted @ 2019-06-18 16:31 codestacklinuxer
阅读(390)
评论(0)
推荐(0)
2019年6月12日
Socket 套接字的系统调用
摘要: socket 结构 /** * struct socket - general BSD socket * @state: socket state (%SS_CONNECTED, etc) * @type: socket type (%SOCK_STREAM, etc) * @flags: sock
阅读全文
posted @ 2019-06-12 19:47 codestacklinuxer
阅读(706)
评论(0)
推荐(0)
2019年6月2日
生活20190602
该文被密码保护。
阅读全文
posted @ 2019-06-02 17:54 codestacklinuxer
阅读(132)
评论(0)
推荐(0)
2019年5月17日
linux Network Address Translation NAT
摘要: 转贴自:http://alexanderlaw.blog.hexun.com/9791596_d.html Network Address Translation 地址转换用来改变源/目的地址/端口,是netfilter的一部分,也是通过hook点上注册相应的结构来工作 Nat注册的hook点和co
阅读全文
posted @ 2019-05-17 00:11 codestacklinuxer
阅读(398)
评论(0)
推荐(0)
linux netfilter nat 实现 转载
摘要: Netfilter Connection Tracking and NAT Implementation 4 Implementation: Netfilter NAT NAT is a function module built upon conntrack module, it relies o
阅读全文
posted @ 2019-05-17 00:11 codestacklinuxer
阅读(328)
评论(0)
推荐(0)
2019年5月15日
linux 调试&各种知识收集2(持续更新)
摘要: 1、查看netlink socket 丢包 cat /proc/net/netlink sk Eth Pid Groups Rmem Wmem Dump Locks Drops Inode c91eda00 0 1172 00000001 0 0 00000000 2 0 27767 c43eee0
阅读全文
posted @ 2019-05-15 10:19 codestacklinuxer
阅读(513)
评论(0)
推荐(0)
2019年5月13日
linux 会话 进程组 守护进程
该文被密码保护。
阅读全文
posted @ 2019-05-13 12:14 codestacklinuxer
阅读(225)
评论(0)
推荐(0)
linux 内存泄露 valgrind && gdb
摘要: valgrind
阅读全文
posted @ 2019-05-13 11:26 codestacklinuxer
阅读(741)
评论(0)
推荐(0)
上一页
1
···
63
64
65
66
67
68
69
70
下一页