server side done

This commit is contained in:
2022-01-06 09:20:29 +01:00
parent 22c820771a
commit 1e309b67ef
7 changed files with 34 additions and 24 deletions

View File

@ -1157,6 +1157,8 @@ enum timingMode getTiming() {
/* configure mac */
int getNumberofUDPInterfaces() { return 1; }
void calcChecksum(udp_header *udp) {
int count = IP_HEADER_SIZE;
long int sum = 0;