Changes in uspace/srv/net/tl/tcp/tcp_header.h [89e57cee:4e5c7ba] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp_header.h
r89e57cee r4e5c7ba 59 59 typedef struct tcp_header tcp_header_t; 60 60 61 /** Type definition of the transmission datagram header pointer.62 * @see tcp_header63 */64 typedef tcp_header_t *tcp_header_ref;65 66 61 /** Type definition of the transmission datagram header option. 67 62 * @see tcp_option … … 69 64 typedef struct tcp_option tcp_option_t; 70 65 71 /** Type definition of the transmission datagram header option pointer.72 * @see tcp_option73 */74 typedef tcp_option_t *tcp_option_ref;75 76 66 /** Type definition of the Maximum segment size TCP option. */ 77 67 typedef struct tcp_max_segment_size_option tcp_max_segment_size_option_t; 78 79 /** Type definition of the Maximum segment size TCP option pointer.80 * @see tcp_max_segment_size_option81 */82 typedef tcp_max_segment_size_option_t *tcp_max_segment_size_option_ref;83 68 84 69 /** Transmission datagram header. */
Note:
See TracChangeset
for help on using the changeset viewer.