UDP 수신 버퍼 크기

Jmnote (토론 | 기여)님의 2012년 3월 26일 (월) 16:36 판 (→‎sysctl)
  • UDP 수신 버퍼 크기 확인
  • rmem_default, rmem_max 확인

적용상태 (sysctl)

[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
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}