.. _protocols_udp_classes_core: ==== Core ==== ``Core`` provides shared UDP transport configuration used by ``Client`` and ``Server``. This page is reference-only; for usage guidance see :doc:`/built_in_modules/protocols/udp/index`. Python binding -------------- This C++ class is also exported into Python as ``rogue.protocols.udp.Core``. Python API page: - :doc:`/api/python/rogue/protocols/udp/core` objects in C++ are referenced by the following shared pointer typedef: .. doxygentypedef:: rogue::protocols::udp::CorePtr The class description is shown below: .. doxygenclass:: rogue::protocols::udp::Core :members: