Udp
This commit is contained in:
committed by
Matthew McClaskey
parent
ba902f8194
commit
3b40a92548
7
common/network/webudp/CRC32.h
Normal file
7
common/network/webudp/CRC32.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t StunCRC32(const void* data, int32_t len);
|
||||
uint32_t SctpCRC32(const void* data, int32_t len);
|
||||
Reference in New Issue
Block a user