Skip to content

asio-backend [2]: add basic network packet

  • vtkAsioInternalsNetworkPacket will be used to pack, send, receive and unpack messages among the vtkAsioServiceEndpoint, vtkAsioService classes.
  • Implement basic methods to serialize and deserialize a network packet to and from a std::string

Merge request reports