DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Developing applications over NetBIOS using XTI

Example client and server code

The following code implements a client and server that communicate using XTI over a NetBIOS connection. The server opens the file logfile, reads the contents in 1K chunks, and sends each chunk to the client. The client reads each chunk of data over the NetBIOS connection, then writes it to the standard output.

This code has at least two interesting features:


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004