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 is a relatively easy task.
The Sockets should definitely use a RawAllocator (foonathan) such that the memory is continuous for each type.
This is easily implemented and added.
Node::CTOR : takes the SocketFactory templated over the TConfig
The SocketFactory uses a internally a RawAllocator (templated) which is used for the allocation of the Socket.
The text was updated successfully, but these errors were encountered:
This is a relatively easy task.
The Sockets should definitely use a RawAllocator (foonathan) such that the memory is continuous for each type.
This is easily implemented and added.
SocketFactory
templated over theTConfig
SocketFactory
uses a internally a RawAllocator (templated) which is used for the allocation of the Socket.The text was updated successfully, but these errors were encountered: