Changes in uspace/srv/net/tcp/pdu.c [12df1f1:1d24ad3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/pdu.c
r12df1f1 r1d24ad3 172 172 phdr6->tcp_length = 173 173 host2uint32_t_be(pdu->header_size + pdu->text_size); 174 memset(phdr6->zero es, 0, 3);174 memset(phdr6->zero, 0, 3); 175 175 phdr6->next = IP_PROTO_TCP; 176 176 break;
Note:
See TracChangeset
for help on using the changeset viewer.