mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.96k stars 432 forks source link

Support fcntl to make porting easier #304

Closed SiFly closed 4 years ago

SiFly commented 4 years ago

fcntl can be used to set a socket for non blocking and blocking as appropriate.

There is a set non blocking call but not blocking , but it would be nicer if there was support for fcntl to support non blocking/blocking in the traditional sense