Directory open-wonka/network
Apart from the ubiquitous Jamfile,
this directory has two subdirectories:
- native
- The "native" netwoek implementation, which translates all socket
operations to operations on the underlying BSD sockets interface
of the host OS
- none
- A dummy implementation in which all socket calls simply fail.
One or other directory will be included in the build according
to the setting of the NETWORK variable (-sNETWORK=native
or -sNETWORK=none).