Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang authored Oct 19, 2022
1 parent 839d3e8 commit e62bde0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
| Span<byte> Span { get; } | 获取有效数据视图 ||
| void Clear() | 将有效数据清0 ||
| Span<byte> GetSpan(int, int) | 获取缓冲区的Span ||
| WindivertBufferWriter GetWriter(int) | 获取缓冲区的Writer对象 ||
| bool CalcChecksums(WinDivertAddress, ChecksumsFlag) | 重新计算和修改相关的Checksums | WinDivertHelperCalcChecksums |
| bool CalcNetworkIfIdx(WinDivertAddress ) | 根据IP地址重新计算和修改addr的Network->IfIdx ||
| bool CalcOutboundFlag(WinDivertAddress) | 根据IP地址和addr.Network->IfIdx重新计算和修改addr的Outbound标记 ||
Expand Down

0 comments on commit e62bde0

Please sign in to comment.