You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This layer is commonly referred to as Network Layer 2. This layer, for all intents and purposes, has been deprecated from active use. It exists for legacy code and should not be used directly for development. The purpose of this layer was to facilitate serialization and streaming of data between higher level code and the low level network transports. This is almost entirely facilitated through the NeL serialization and streaming functionality in the NLMISC module.
Layer 2 includes the following classes:
CStreamNetBase: Stream functionality common to client and server