warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.
@vitaut Ah good to know! Lets use the safe version just to be sure. *makes format string configurable from the transport protocol*