mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-11-26 23:15:34 +08:00
ack increase monotonically
This commit is contained in:
3
common.h
3
common.h
@@ -117,7 +117,8 @@ uint32_t get_true_random_number();
|
||||
uint32_t get_true_random_number_nz();
|
||||
uint64_t ntoh64(uint64_t a);
|
||||
uint64_t hton64(uint64_t a);
|
||||
|
||||
bool larger_than_u16(uint16_t a,uint16_t b);
|
||||
bool larger_than_u32(uint32_t a,uint32_t b);
|
||||
void setnonblocking(int sock);
|
||||
int set_buf_size(int fd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user