Changeset 2193905 for lib/protocols_transport.c
- Timestamp:
- 11/29/18 10:12:59 (2 years ago)
- Branches:
- develop
- Children:
- fdf23b8
- Parents:
- d74ca03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols_transport.c
r54a76f2 r2193905 29 29 #include "protocols.h" 30 30 #include "checksum.h" 31 #include <assert.h>32 31 #include <stdlib.h> 33 32 #include <stdio.h> // fprintf … … 568 567 sum += add_checksum(header, (uint16_t)plen); 569 568 *csum = ntohs(finish_checksum(sum)); 570 //assert(0); 571 569 572 570 return (uint16_t *)csum_ptr; 573 571 }
Note: See TracChangeset
for help on using the changeset viewer.