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)实质上就是一个用于存放证书.密钥.密码等安全认证实体的 ...
随机推荐
- 解决获取图片实际尺寸(宽高)的bug
需求:获取图片的宽高其实是为了预先做好排版样式布局做准备. 可以利用图片onload事件监听获取图片的宽高属性值.在IE9以下版本只能使用图片的width与height属性,HTMl5中新加入了nat ...
- 5.Spark Streaming流计算框架的运行流程源码分析2
1 spark streaming 程序代码实例 代码如下: object OnlineTheTop3ItemForEachCategory2DB { def main(args: Array[Str ...
- Intellij IDEA 去掉Mapper文件中的背景
1.在setting中输入:inspection --> SQL 2.去掉背景颜色,Apply即可
- 【招聘需求】前端开发/PHP工程师【往全栈发展】
1.熟悉html.css,了解javascript2.熟悉任何一种服务端编程语言(php.python.java.asp.jsp.c.c++.c#,go等等)3.热爱工作,接受加班者优先 我们是公司内 ...
- BZOJ 2588: Spoj 10628. Count on a tree-可持久化线段树+LCA(点权)(树上的操作) 无语(为什么我的LCA的板子不对)
2588: Spoj 10628. Count on a tree Time Limit: 12 Sec Memory Limit: 128 MBSubmit: 9280 Solved: 2421 ...
- EOJ Monthly 2018.8 D. Delivery Service-树上差分(边权/边覆盖)(边权转点权)(模板题)
D. Delivery Service 单测试点时限: 2.5 秒 内存限制: 512 MB EOJ Delivery Service Company handles a massive amount ...
- Codeforces Round #119 (Div. 2) Cut Ribbon(DP)
Cut Ribbon time limit per test 1 second memory limit per test 256 megabytes input standard input out ...
- POJ 3657 Haybale Guessing(区间染色 并查集)
Haybale Guessing Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2384 Accepted: 645 D ...
- J2EE技术架构
一.简介 J2EE(Java 2 Platform, Enterprise Edition)是一个为大企业主机级的计算类型而设计的Java平台.Sun微系统(与其工业伙伴一起,例如IBM)设计了J2E ...
- UGUI的优点新UI系统三效率高效果好
UGUI的优点新UI系统三效率高效果好 通过对批处理(batching).纹理图集(texture atlasing)和新的canvas组件的支持,新UI系统提供了一个经过优化的解决方案,使得开发者添 ...