-
Notifications
You must be signed in to change notification settings - Fork 28
XWRAP
Dan Barrett edited this page Feb 28, 2017
·
2 revisions
xwrap - run application using the XIA interposition library
Run a standard socket application on an XIA network
xwrap [-n <name>] [-tixwdv] [-o <logfile>] CMD [args...]
CMD is the application followed by any command line arguments it requires
-n <name> use host as the local hostname
-t log at entry of every wrapped API call
-i log informative messages
-x log XIA related messages
-w log warnings and errors
-d log send & recv buffers
-v log everything in the wrapper
-o <logfile> log to the specified file instead of stderr