Fixed header size constant to match size of mic_tcp_header structure
This commit is contained in:
parent
6dfe23e925
commit
b6816aa736
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ unsigned long get_now_time_usec();
|
||||||
#ifndef API_SC_Port
|
#ifndef API_SC_Port
|
||||||
#define API_SC_Port 8525
|
#define API_SC_Port 8525
|
||||||
#endif
|
#endif
|
||||||
#define API_HD_Size 15
|
#define API_HD_Size 16
|
||||||
|
|
||||||
typedef struct ip_payload
|
typedef struct ip_payload
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue