w180112 / RDMA-example

RDMA programming example
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

While loop won't stop running #1

Open vili-1 opened 1 year ago

vili-1 commented 1 year ago

The while loop in the rdma_write_server.c won't stop.

w180112 commented 1 year ago

Hi, this is my main object to run rdma_server like a number adding service. You can just set a condition to leave the while loop or just remove it if you don't want an infinite loop.

BR,