Skip to content

wjmelements/wnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wnet

Basic message-passing framework

  • nodes are identified by a node id (nid_t)

  • detects definite node failures and calls believeDead(nid_t), to be defined by the application

  • works with any POSIX.1-2001 compliant system with glibc. Systems without glibc should only need to implement poll or replace the poll code with select code, but honestly your servers should be running Linux.

  • supports IPv6

Development state: alpha (as of December 2014)

About

Basic networking library for message passing

Resources

License

Stars

Watchers

Forks

Packages

No packages published