socket: Fix the formal parameter types of nice_turn_socket_parse_recv()
gsize and guint8 are more obviously for binary data than gint and gchar. Note the signedness of the return type has changed: the function never returns negative values.
Showing
Please register or sign in to comment