<?xml version="1.0"?>
<doc>
<assembly>
<name>STUN</name>
</assembly>
<members>
<member name="T:STUN.Client.StunClient3489">
<summary>
https://tools.ietf.org/html/rfc3489#section-10.1
https://upload.wikimedia.org/wikipedia/commons/6/63/STUN_Algorithm3.svg
</summary>
</member>
<member name="T:STUN.Client.StunClient5389UDP">
<summary>
https://tools.ietf.org/html/rfc5389#section-7.2.1
https://tools.ietf.org/html/rfc5780#section-4.2
</summary>
</member>
<member name="T:STUN.Enums.AttributeType">
<summary>
STUN Attribute Registry
</summary>
<remarks>
https://tools.ietf.org/html/rfc3489#section-11.2
https://tools.ietf.org/html/rfc5389#section-18.2
https://tools.ietf.org/html/rfc5780#section-9.1
https://tools.ietf.org/html/rfc8489#section-18.3
</remarks>
</member>
<member name="T:STUN.Enums.IpFamily">
<summary>
https://tools.ietf.org/html/rfc5389#section-15.1
</summary>
</member>
<member name="T:STUN.Enums.NatType">
<summary>
https://tools.ietf.org/html/rfc3489#section-5
https://tools.ietf.org/html/rfc3489#section-10.1
</summary>
</member>
<member name="F:STUN.Enums.NatType.Unknown">
<summary>
Unknown
</summary>
</member>
<member name="F:STUN.Enums.NatType.UnsupportedServer">
<summary>
Server is not unsupported for testing NAT type
</summary>
</member>
<member name="F:STUN.Enums.NatType.UdpBlocked">
<summary>
UDP is always blocked.
</summary>
</member>
<member name="F:STUN.Enums.NatType.OpenInternet">
<summary>
No NAT, public IP, no firewall.
</summary>
</member>
<member name="F:STUN.Enums.NatType.SymmetricUdpFirewall">
<summary>
No NAT, public IP, but symmetric UDP firewall.
</summary>
</member>
<member name="F:STUN.Enums.NatType.FullCone">
<summary>
A full cone NAT is one where all requests from the same internal IP address and port are
mapped to the same external IP address and port. Furthermore, any external host can send
a packet to the internal host, by sending a packet to the mapped external address.
</summary>
</member>
<member name="F:STUN.Enums.NatType.RestrictedCone">
<summary>
A restricted cone NAT is one where all requests from the same internal IP address and
port are mapped to the same external IP address and port. Unlike a full cone NAT, an external
host (with IP address X) can send a packet to the internal host only if the internal host
had previously sent a packet to IP address X.
</summary>
</member>
<member name="F:STUN.Enums.NatType.PortRestrictedCone">
<summary>
A port restricted cone NAT is like a restricted cone NAT, but the restriction
includes port numbers. Specifically, an external host can send a packet, with source IP
address X and source port P, to the internal host only if the internal host had previously
sent a packet to IP address X and port P.
</summary>
</member>
<member name="F:STUN.Enums.NatType.Symmetric">
<summary>
A symmetric NAT is one where all requests from the same internal IP address and port,
to a specific destination IP address and port, are mapped to the same external IP address and
port. If the same host sends a packet with the same source address and port, but to
a different destination, a different mapping is used. Furthermore, only the external host that
receives a packet can send a UDP packet back to the internal host.
</summary>
</member>
<member name="T:STUN.Enums.StunMessageType">
<summary>
This enum specifies STUN message type.
</summary>
<returns>
https://tools.ietf.org/html/rfc5389#section-6
</returns>
</member>
<member name="F:STUN.Enums.StunMessageType.BindingRequest">
<summary>
STUN message is binding request.
</summary>
</member>
<member name="F:STUN.Enums.StunMessageType.BindingResponse">
<summary>
STUN message is binding request success response.
</summary>
</member>
<member name="F:STUN.Enums.StunMessageType.BindingErrorResponse">
<summary>
STUN message is binding request error response.
</summary>
</member>
<member name="F:STUN.Enums.StunMessageType.SharedSecretRequest">
<summary>
STUN message is "shared secret" request.
</summary>
</member>
<member name="F:STUN.Enums.StunMessageType.SharedSecretResponse">
<summary>
STUN message is "shared secret" request success response.
</summary>
</member>
<member name="F:STUN.Enums.StunMessageType.SharedSecretErrorResponse">
<summary>
STUN message is "shared secret" request error response.
</summary>
</member>
<member name="T:STUN.Messages.StunAttribute">
<summary>
https://tools.ietf.org/html/rfc5389#section-15
</summary>
</member>
<member name="M:STUN.Messages.StunAttribute.TryParse(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
<returns>
Parse 成功字节,0 则表示 Parse 失败
</returns>
</member>
<member name="T:STUN.Messages.StunAttributeValues.AddressStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc5389#section-15.1
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.ChangedAddressStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc3489#section-11.2.3
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.ChangeRequestStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc5780#section-7.2
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.ErrorCodeStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc5389#section-15.6
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.MappedAddressStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc5389#section-15.1
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.OtherAddressStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc5780#section-7.4
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.ReflectedFromStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc3489#section-11.2.11
</summary>
</member>
<member name="T:STUN.Messages.StunAttributeValues.ResponseAddressStunAttributeValue">
<summary>
https://tools.ietf.org/html/rfc3489#section-11.2.2
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
NatTypeTester用于帮助用户检测和理解他们的网络连接类型。该项目基于Python语言编写,简单易用,并提供了一种直观的方式来识别你的网络是NAT类型还是直接连接,这对于进行网络诊断、游戏优化或P2P应用开发等场景尤其有价值。 NAT类型一般分成下列4种: 1. Full Cone NAT (彻底圆锥型) 2. Restricted Cone NAT (详细地址限定圆锥型) 3. Port Restricted Cone NAT (端口号限定圆锥型) 4. Symmetric NAT (对称性型)
资源推荐
资源详情
资源评论
收起资源包目录
NAT类型测试工具(NatTypeTester) (232个子文件)
ModernWpf.dll 1.49MB
System.Reactive.dll 1.39MB
System.Diagnostics.EventLog.Messages.dll 781KB
DynamicData.dll 719KB
ModernWpf.Controls.dll 687KB
NatTypeTester.dll 367KB
Autofac.dll 328KB
ReactiveUI.dll 293KB
Castle.Core.dll 273KB
Microsoft.VisualStudio.Threading.dll 226KB
Volo.Abp.Core.dll 156KB
System.Linq.Dynamic.Core.dll 154KB
Splat.dll 136KB
ReactiveUI.Wpf.dll 81KB
Microsoft.Extensions.DependencyInjection.dll 80KB
System.IO.Pipelines.dll 77KB
JetBrains.Annotations.dll 75KB
Microsoft.Extensions.Logging.Abstractions.dll 61KB
Microsoft.Extensions.Options.dll 58KB
Microsoft.Extensions.Hosting.dll 54KB
Microsoft.Extensions.Logging.Console.dll 49KB
STUN.dll 49KB
Socks5.dll 48KB
Microsoft.Extensions.Logging.dll 44KB
Microsoft.Extensions.FileSystemGlobbing.dll 43KB
Microsoft.Extensions.DependencyInjection.Abstractions.dll 43KB
Microsoft.Extensions.FileProviders.Physical.dll 42KB
Nito.AsyncEx.Coordination.dll 40KB
Microsoft.Extensions.Primitives.dll 39KB
Microsoft.Extensions.Configuration.dll 36KB
Nito.AsyncEx.Tasks.dll 35KB
Splat.Microsoft.Extensions.DependencyInjection.dll 33KB
Microsoft.Extensions.Configuration.Binder.dll 33KB
Microsoft.VisualStudio.Validation.dll 33KB
Microsoft.Extensions.Logging.EventSource.dll 32KB
Pipelines.Extensions.dll 30KB
Microsoft.Extensions.Localization.dll 30KB
Microsoft.Extensions.Hosting.Abstractions.dll 27KB
Microsoft.Extensions.Logging.Configuration.dll 26KB
Microsoft.Extensions.Configuration.FileExtensions.dll 26KB
Microsoft.Extensions.Configuration.Json.dll 25KB
Microsoft.Extensions.Configuration.Abstractions.dll 25KB
Microsoft.Extensions.Configuration.UserSecrets.dll 24KB
Microsoft.Extensions.Logging.EventLog.dll 24KB
Microsoft.Extensions.Configuration.CommandLine.dll 23KB
Microsoft.Extensions.Options.ConfigurationExtensions.dll 22KB
Nito.Disposables.dll 22KB
Microsoft.Extensions.FileProviders.Abstractions.dll 21KB
Castle.Core.AsyncInterceptor.dll 19KB
Autofac.Extras.DynamicProxy.dll 19KB
NatTypeTester.ViewModels.dll 19KB
Microsoft.Extensions.Localization.Abstractions.dll 18KB
Microsoft.Extensions.Configuration.EnvironmentVariables.dll 18KB
Microsoft.Extensions.Logging.Debug.dll 18KB
Microsoft.VisualStudio.Threading.resources.dll 17KB
Autofac.Extensions.DependencyInjection.dll 17KB
Nito.Collections.Deque.dll 17KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 16KB
Microsoft.Bcl.AsyncInterfaces.dll 16KB
Microsoft.VisualStudio.Threading.resources.dll 15KB
Microsoft.VisualStudio.Threading.resources.dll 15KB
Microsoft.VisualStudio.Validation.resources.dll 14KB
Microsoft.VisualStudio.Validation.resources.dll 14KB
Microsoft.VisualStudio.Validation.resources.dll 14KB
Microsoft.VisualStudio.Validation.resources.dll 14KB
Microsoft.VisualStudio.Validation.resources.dll 14KB
Nito.AsyncEx.Context.dll 14KB
Volo.Abp.Autofac.dll 14KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Microsoft.VisualStudio.Validation.resources.dll 13KB
Volo.Abp.Castle.Core.dll 12KB
Dns.Net.dll 10KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.resources.dll 8KB
ModernWpf.Controls.resources.dll 8KB
ModernWpf.resources.dll 8KB
NatTypeTester.Models.dll 8KB
ModernWpf.Controls.resources.dll 8KB
共 232 条
- 1
- 2
- 3
资源评论
mc嘟嘟233
- 粉丝: 540
- 资源: 35
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功