mtcp_destroy − clean up the mTCP stack.
#include <mtcp_api.h>
void mtcp_destroy();
mtcp_destroy() call is used to clean up the networking stack for the mTCP application. This is usually the last call the application makes before terminating.
Nothing is returned.
This function only needs to be called once in an mTCP application.
mTCP development team <mtcp-user@list.ndsl.kaist.edu>
mtcp_init()
This page is part of mTCP release 3.0 docs section. A description of the project, and information about reporting bugs, can be found at http://shader.kaist.edu/mtcp/.