Hi there,
I'm trying to use boost asio to transfer large objects through a tcp socket.
I'm using the
Serialization code from the asio documentation as reference.
I got a transfer problem and can't find any clue, I'm posting here as a last resort. If someone has a little time to point out my mistakes I'll be really gratefull !
In the archive you'll find a server and a client directory. in each directory you'll find a compile.sh file you'll have to adapt to your configuration.
In the file asiotestserver/TcpConnection.cpp line 131 you''ll find a comment explaining the transfer problem.
Thanks a lot in advance !