Home | All Classes | Grouped Classes | Index | Search

CL_NetComputer::send

Send packet to the specified channel.

	void send(
		const std::string& packet_channel, const CL_NetPacket& packet, bool reliable = true);

Detailed description:

set reliable to false to send with udp.

See also:

CL_NetComputer | CL_NetPacket



Questions or comments, write to the ClanLib mailing list.