Skip to content
Snippets Groups Projects
Commit db18600b authored by Marco De Marco's avatar Marco De Marco
Browse files

Basic file transfer works

parent 1589fdbd
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ protected: ...@@ -62,7 +62,7 @@ protected:
std::ifstream m_inputFileStream; std::ifstream m_inputFileStream;
//Read buffer size //Read buffer size
const boost::uint64_t BUFFER_SIZE = 40960; const boost::uint64_t BUFFER_SIZE = 1024;
}; };
} //End of namespace } //End of namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment