-
Notifications
You must be signed in to change notification settings - Fork 0
4.3.2. UDP
Richard Spindler edited this page Feb 21, 2016
·
2 revisions
Show UDP Information:
$ ./parsec.rb --server=hostname --report=udp --format=table --masked
+---------------------------+------------+
| UDP Kernel Information |
+---------------------------+------------+
| Paramater | Value |
+---------------------------+------------+
| udp_wroff_extra | 32 |
| udp_ipv4_ttl | 255 |
| udp_ipv6_hoplimit | 60 |
| udp_smallest_nonpriv_port | 1024 |
| udp_do_checksum | 1 |
| udp_smallest_anon_port | 32768 |
| udp_largest_anon_port | 65535 |
| udp_xmit_hiwat | 57344 |
| udp_xmit_lowat | 1024 |
| udp_recv_hiwat | 57344 |
| udp_max_buf | 2097152 |
| udp_ndd_get_info_interval | 1000 |
| udp_extra_priv_ports | 2049 |
+---------------------------+------------+