Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V2.4.1.0
-
Component/s: None
-
Labels:None
-
Account:SPC TCP_IP (SPCTCPIP)
Description
The TCPIP_IP_CMD_SET_PARAM_REQ is used to change various options. This means for diffrent options the packet size varys.
Unfortunately, some of the definitions have wrong values (calculated by hand, or copy and paste issue).
To aviod these issues the definitons shall be removed. To calulate the correct size the sizeof() operator shall be used.