Lidgren Network Library
Classes
| Class | Description | |
|---|---|---|
| NetAESEncryption |
AES encryption
|
|
| NetBitVector |
Fixed size vector of booleans
|
|
| NetBitWriter |
Helper class for NetBuffer to write/read bits
|
|
| NetBlockEncryptionBase |
Base for a non-threadsafe encryption class
|
|
| NetBuffer | ||
| NetClient |
Specialized version of NetPeer used for a "client" connection. It does not accept any incoming connections and maintains a ServerConnection property
|
|
| NetConnection |
Represents a connection to a remote peer
|
|
| NetConnectionStatistics |
Statistics for a NetConnection instance
|
|
| NetDESEncryption |
DES encryption
|
|
| NetException |
Exception thrown in the Lidgren Network Library
|
|
| NetIncomingMessage |
Incoming message either sent from a remote peer or generated within the library
|
|
| NetOutgoingMessage |
Outgoing message used to send data to remote peer(s)
|
|
| NetPeer |
Represents a local peer capable of holding zero, one or more connections to remote peers
|
|
| NetPeerConfiguration |
Partly immutable after NetPeer has been initialized
|
|
| NetPeerStatistics |
Statistics for a NetPeer instance
|
|
| NetQueue<(Of <(<'T>)>)> |
Thread safe (blocking) expanding queue with TryDequeue() and EnqueueFirst()
|
|
| NetRandom |
A fast random number generator for .NET Colin Green, January 2005
|
|
| NetRC2Encryption |
RC2 encryption
|
|
| NetServer |
Specialized version of NetPeer used for "server" peers
|
|
| NetSRP |
Helper methods for implementing SRP authentication
|
|
| NetTime |
Time service
|
|
| NetTripleDESEncryption |
Triple DES encryption
|
|
| NetUPnP |
UPnP support class
|
|
| NetUtility |
Utility methods
|
|
| NetXorEncryption |
Example class; not very good encryption
|
|
| NetXtea |
Methods to encrypt and decrypt data using the XTEA algorithm
|
Structures
| Structure | Description | |
|---|---|---|
| SingleUIntUnion |
Interfaces
| Interface | Description | |
|---|---|---|
| INetEncryption |
Interface for an encryption algorithm
|
Delegates
| Delegate | Description | |
|---|---|---|
| NetUtility..::..ResolveAddressCallback | ||
| NetUtility..::..ResolveEndPointCallback |
Enumerations
| Enumeration | Description | |
|---|---|---|
| NetConnectionStatus |
Status for a NetConnection instance
|
|
| NetDeliveryMethod |
How the library deals with resends and handling of late messages
|
|
| NetIncomingMessageType |
The type of a NetIncomingMessage
|
|
| NetPeerStatus |
Status for a NetPeer instance
|
|
| NetSendResult |
Result of a SendMessage call
|
Lidgren Network Library的更多相关文章
- Lidgren.Network – an introduction to networking in C# games
Lidgren.Network – an introduction to networking in C# games http://genericgamedev.com/tutorials/lidg ...
- mac eclipse svn subeclipse: Failed to load JavaHL Library.
Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java ...
- 设置java.library.path的值(Mac/Linux/Windows)
说明:网上基本针对这个值的设置分为两面,Windows派和Linux派,Windows的不说,Linux下只会说设置LD_LIBRARY_PATH即可,但这种方式在Java 8是一个错误的设置,尤其是 ...
- 2018.12.31 Failed to load JavaHL Library.错误解决
创建项目出现下面的错误 Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjava ...
- 【C/C++开发】c++ 工具库 (zz)
下面是收集的一些开发工具包,主要是C/C++方面的,涉及图形.图像.游戏.人工智能等各个方面,感觉是一个比较全的资源.供参考! 原文的出处:http://www.codemonsters.de/ho ...
- JavaScript资源大全中文版(Awesome最新版)
Awesome系列的JavaScript资源整理.awesome-javascript是sorrycc发起维护的 JS 资源列表,内容包括:包管理器.加载器.测试框架.运行器.QA.MVC框架和库.模 ...
- Asp.Net 数据库连接字符串
<configuration> <connectionStrings> <add name="DefaultConnection" providerN ...
- Wireshark图解教程(简介、抓包、过滤器)
开篇语 Wireshark是世界上最流行的网络分析工具.这个强大的工具可以捕捉网络中的数据,并为用户提供关于网络和上层协议的各种信息.与很多其他网络工具一样,Wireshark也使用pcap netw ...
- Mac Security工具使用总结
Security是Mac系统中钥匙串和安全模块的命令行管理工具,(图形化工具为Keychain Access.app).钥匙串(Keychain)实质上就是一个用于存放证书.密钥.密码等安全认证实体的 ...
随机推荐
- Python基础系列----字典、基本语句
1.定义 映 ...
- vue分页tbale小荔枝
首先,动态加载数据 <table class="table table-bordered table-condensed no_margin_bottom jyjg_tab" ...
- margin和spacing的区别
margin指的是与边框间的距离. spacing指的是组件间的距离
- 五十四 网络编程 TCP编程
Socket是网络编程的一个抽象概念.通常我们用一个Socket表示“打开了一个网络链接”,而打开一个Socket需要知道目标计算机的IP地址和端口号,再指定协议类型即可. 客户端 大多数连接都是可靠 ...
- rpm包管理和源码包管理
(1)软件类型 源码包 需要gcc编译 nginx-1.12.1.tar.gz 二进制包 已编译 mysql-community-common-5.7.12-1.el7.x86_64.rpm 常见的二 ...
- Codeforces 1131 C. Birthday-暴力 (Codeforces Round #541 (Div. 2))
C. Birthday time limit per test 1 second memory limit per test 256 megabytes input standard input ou ...
- 关于std::ios::sync_with_stdio(false)
std::ios::sync_with_stdio(false); 很多C++的初学者可能会被这个问题困扰,经常出现程序无故超时,最终发现问题处在cin和cout上,(甚至有些老oier也会被这个问题 ...
- 并发系列6-Java并发面试系列文章总结【石杉的架构笔记】
- 【Spring学习】在Spring+Maven环境中使用Junit Test
在Spring+Maven环境中使用Junit Test 前言 以前我是很讨厌写测试代码的,总觉得测试用例是测试人员写的,现在想想自己真是Too yuong too simple,接触开发多了之后发现 ...
- 最长上升子序列:2016 Pacific Northwest Region Programming Contest—Division 2 Problem M
Description A string of lowercase letters is calledalphabeticalif deleting zero or more of its lette ...