UDP 수신 버퍼 크기

UDP 수신 버퍼 크기 확인
rmem_default, rmem_max 확인

1 적용상태 확인[ | ]

[root@localhost ~]# sysctl net.core.rmem_default
net.core.rmem_default = 129024
[root@localhost ~]# sysctl net.core.rmem_max
net.core.rmem_max = 131071
  • 수신 버퍼 크기 기본값 = 129024 바이트 = 126 KB
  • 수신 버퍼 크기 최대값 = 131071 바이트 = 약 128 KB

2 설정상태 확인[ | ]

[root@localhost ~]# cat /proc/sys/net/core/rmem_max
131071
[root@localhost ~]# cat /proc/sys/net/core/rmem_default
129024

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}