mirror_stream 华严自测完成

This commit is contained in:
liuyang
2018-11-04 16:19:39 +08:00
committed by 陆秋文
parent d83348f41d
commit 00833c4529
4 changed files with 85 additions and 37 deletions

View File

@@ -430,7 +430,7 @@ int deliver_build_ipv4(unsigned short carry_layer_len, unsigned char tos, unsign
int deliver_build_tcp(unsigned short sp, unsigned short dp, unsigned int seq, unsigned int ack,
unsigned char th_flags, unsigned short win, unsigned short urg,
const char *payload, int payload_s, unsigned char *buf)
const unsigned char *payload, int payload_s, unsigned char *buf)
{
struct mesa_tcp_hdr *tcp_hdr;