comparison docs/extension-packet.txt @ 15:7231f922b0f2

update packet docs on getting current values
author Brett Gordon
date Tue, 13 Dec 2016 11:09:48 -0500
parents 2e382e1a173e
children
comparison
equal deleted inserted replaced
14:e4d98cbf95eb 15:7231f922b0f2
118 118
119 04 PACKET_SETRXMTU 119 04 PACKET_SETRXMTU
120 05 PACKET_SETQUEUELEN 120 05 PACKET_SETQUEUELEN
121 06 PACKET_SETTXMTU 121 06 PACKET_SETTXMTU
122 122
123 These requests allow for setting parameters for the server queue. 123 These requests allow for setting and getting parameters for the server queue.
124 124
125 Request: 125 Request:
126 126
127 Octet Meaning 127 Octet Meaning
128 ----- ------- 128 ----- -------
134 Octet Meaning 134 Octet Meaning
135 ----- ------- 135 ----- -------
136 0-x actual value set 136 0-x actual value set
137 137
138 138
139 "x" is the size of the value. MTU is a 16 bit value. Queue length is an 8 139 "x" is the size of the value. MTU is a 16 bit value. Queue length is an 8 bit
140 bit value. 140 value. On reception of a zero value, the server shall not set the parameter
141 but will merely return the currently set value.
141 142
142 See the Link Parameters section for more detail on the various parameters 143 See the Link Parameters section for more detail on the various parameters
143 that can be set. 144 that can be set.
144 145
145 146