SFML community forums

Help => Network => Topic started by: emptym4nd on April 17, 2013, 01:35:46 am

Title: Message Framing with tcp socket?
Post by: emptym4nd on April 17, 2013, 01:35:46 am
Hi,

I was wondering if SFML already has built in message framing when I call receive (http://www.sfml-dev.org/documentation/2.0/classsf_1_1TcpSocket.php#a90ce50811ea61d4f00efc62bb99ae1af)
or do I have to implement it myself?

Thanks
Title: Re: Message Framing with tcp socket?
Post by: Laurent on April 17, 2013, 08:00:40 am
You have to use sf::Packet.