-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
It's very strange. I write two simple programs using jxioConnection module for RDMA communication, one for sending a file, and another for receiving a file. Problem occurs when the file is large: the file received is possibly larger than the original file. According to observation, when the file is less than 512MB, file transfer is always correct. However, if the size is 1GB, there're about 30% attempts where transfer is wrong. But if the size is 2GB, 10% is wrong.
It seems that transfer using JXIO is not guaranteed to be correct, is JXIO is designed to be that?
Reactions are currently unavailable