Class: Kanrisuru::Core::Socket::StatisticsMemory
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Socket::StatisticsMemory
- Defined in:
- lib/kanrisuru/core/socket/types.rb
Instance Attribute Summary collapse
-
#back_log ⇒ Object
Returns the value of attribute back_log.
-
#fwd_alloc ⇒ Object
Returns the value of attribute fwd_alloc.
-
#rcv_buf ⇒ Object
Returns the value of attribute rcv_buf.
-
#rmem_alloc ⇒ Object
Returns the value of attribute rmem_alloc.
-
#ropt_mem ⇒ Object
Returns the value of attribute ropt_mem.
-
#snd_buf ⇒ Object
Returns the value of attribute snd_buf.
-
#sock_drop ⇒ Object
Returns the value of attribute sock_drop.
-
#wmem_alloc ⇒ Object
Returns the value of attribute wmem_alloc.
-
#wmem_queued ⇒ Object
Returns the value of attribute wmem_queued.
Instance Attribute Details
#back_log ⇒ Object
Returns the value of attribute back_log
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def back_log @back_log end |
#fwd_alloc ⇒ Object
Returns the value of attribute fwd_alloc
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def fwd_alloc @fwd_alloc end |
#rcv_buf ⇒ Object
Returns the value of attribute rcv_buf
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def rcv_buf @rcv_buf end |
#rmem_alloc ⇒ Object
Returns the value of attribute rmem_alloc
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def rmem_alloc @rmem_alloc end |
#ropt_mem ⇒ Object
Returns the value of attribute ropt_mem
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def ropt_mem @ropt_mem end |
#snd_buf ⇒ Object
Returns the value of attribute snd_buf
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def snd_buf @snd_buf end |
#sock_drop ⇒ Object
Returns the value of attribute sock_drop
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def sock_drop @sock_drop end |
#wmem_alloc ⇒ Object
Returns the value of attribute wmem_alloc
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def wmem_alloc @wmem_alloc end |
#wmem_queued ⇒ Object
Returns the value of attribute wmem_queued
12 13 14 |
# File 'lib/kanrisuru/core/socket/types.rb', line 12 def wmem_queued @wmem_queued end |