Rev 4707 | Rev 4730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4707 | Rev 4722 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | */ |
68 | */ |
69 | size_t suffix; |
69 | size_t suffix; |
70 | /** Packet address length. |
70 | /** Packet address length. |
71 | */ |
71 | */ |
72 | size_t addr_len; |
72 | size_t addr_len; |
- | 73 | /** Indicates whether UDP checksum computing is enabled. |
|
- | 74 | */ |
|
- | 75 | int checksum_computing; |
|
73 | /** Last used free port. |
76 | /** Last used free port. |
74 | */ |
77 | */ |
75 | int last_used_port; |
78 | int last_used_port; |
76 | /** Active sockets. |
79 | /** Active sockets. |
77 | */ |
80 | */ |