Fixing a bug in C++ socket server-client: message length was represented just in...
authorrtrimana <rtrimana@uci.edu>
Fri, 9 Dec 2016 17:40:46 +0000 (09:40 -0800)
committerrtrimana <rtrimana@uci.edu>
Fri, 9 Dec 2016 17:40:46 +0000 (09:40 -0800)
commitae77f0f97f70a6d3bef0faee0b7db27fb5e2849f
tree29f654ab78096057452b6235a45ed81b0bfb3c30
parent09bf1cf8e98526878b4732bf8d3077eb2d1c16e3
Fixing a bug in C++ socket server-client: message length was represented just in 1 byte - this is not enough for sending longer messages (just enough to represent up to ~126 bytes/8-bit representation) - now it's changed to 4 bytes (integer size)
config/iotpolicy/testclasspolicy_advanced.pol
iotjava/iotpolicy/IoTCompiler.java
iotjava/iotrmi/C++/IoTRMICall.hpp
iotjava/iotrmi/C++/IoTRMIObject.hpp
iotjava/iotrmi/C++/IoTSocket.hpp
iotjava/iotrmi/C++/basics/TestClass.hpp
iotjava/iotrmi/C++/basics/TestClassAdvanced_Stub.cpp
iotjava/iotrmi/Java/basics/TestClass.java
iotjava/iotrmi/Java/basics/TestClassAdvanced_Stub.java