Skip to content

Commit

Permalink
[ipheaders] fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 committed May 31, 2024
1 parent 72110c6 commit 6b58022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/net/ipheaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ typedef struct udp_hdr
//
typedef struct tcp_hdr
{
unsigned short source; // Source port no.
unsigned short dest; // Dest. port no.
unsigned short th_sport; // Source port no.
unsigned short th_dport; // Dest. port no.
unsigned long seq_num; // Sequence number
unsigned long ack_num; // Acknowledgement number;
unsigned short lenflags; // Header length and flags
Expand Down

0 comments on commit 6b58022

Please sign in to comment.