1 Star 0 Fork 5K

马慧 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TcpHeader.md 4.94 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

TcpHeader

Overview

Related Modules:

WLAN

Description:

Defines the TCP header information of a data frame, including the source port number and destination port number.

Since:

1.0

Summary

Data Fields

Variable Name

Description

sPort

uint16_t 

dPort

uint16_t 

seqNum

uint32_t 

ackNum

uint32_t 

offset

uint8_t 

flags

uint8_t 

window

uint16_t 

check

uint16_t 

urgent

uint16_t 

1
https://gitee.com/tmmahui/docs.git
git@gitee.com:tmmahui/docs.git
tmmahui
docs
docs
master

搜索帮助