"65536"의 두 판 사이의 차이

 
3번째 줄: 3번째 줄:
* 2<sup>16</sup>
* 2<sup>16</sup>


<syntaxhighlight lang='python' run>
print(2**16)
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# sysctl -a | grep 65536
root@localhost:~# sysctl -a | grep 65536

2022년 12월 1일 (목) 00:19 기준 최신판

1 개요[ | ]

65536
  • 216
print(2**16)
root@localhost:~# sysctl -a | grep 65536
fs.aio-max-nr = 65536
kernel.ngroups_max = 65536
net.ipv4.tcp_max_orphans = 65536
net.ipv4.tcp_max_tw_buckets = 65536
net.ipv6.conf.lo.mtu = 65536
net.netfilter.nf_conntrack_buckets = 65536
sunrpc.tcp_max_slot_table_entries = 65536
vm.mmap_min_addr = 65536

2 같이 보기[ | ]

3 참고[ | ]

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