pmem / rpma

Remote Persistent Memory Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTT - server prestate should contain also args.threads_num

grom72 opened this issue · comments

MTT connection server prestate should contain also args.threads_num
It allows controlling precisely how many clients the server should wait.

struct server_prestate server_prestate = {args.addr, args.port};