home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / dlc / readme.txt < prev    next >
Text File  |  1996-01-11  |  1KB  |  41 lines

  1. DLC
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The SIMPLEX sample is a single-threaded DLC program. You need two instances 
  8. of this application: one to send and one to receive. This is the typical DLC 
  9. situation: simplex or half-duplex. By default, both sides use SAP 4.
  10.  
  11. MORE INFORMATION
  12. ================
  13.  
  14. Start the receiver with the command:
  15.  
  16.     simplex
  17.  
  18. Start the transmitter with the command:
  19.  
  20.     simplex /t02608c4c970e
  21.  
  22. In this example, the node address is in canonical form (ethernet format) as 
  23. displayed by the command "net config wksta", not the token-ring format that 
  24. the DLC API expects. If the test application is being run over a token ring, 
  25. then you would supply the token-ring format:
  26.  
  27.     simplex /t10005a7b08b4
  28.  
  29. Command line options are:
  30.  
  31. /a# - use adapter #
  32. /b# - change the buffer pool size from the default 20K to #
  33. /o  - options:
  34. /or# - set receive READ option
  35. /ot# - set transmit READ option
  36. /r# - send to remote SAP # (transmitter only)
  37. /s# - open local SAP #
  38. /t# - send to station address # (transmitter only)
  39. /z# - transmit packets of size #, else use random size (transmitter only)
  40.  
  41.