home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / tb250.arj / TB266.TXT < prev    next >
Text File  |  1991-02-15  |  2KB  |  44 lines

  1.  
  2.  
  3.                            TECHNICAL BULLETIN
  4.                              Bulletin #1-266
  5.  
  6. Date:  April 4, 1990
  7.  
  8.                               NetBIOS Patch
  9.  
  10. NetBIOS may hang under heavy network traffic conditions because of the
  11. following:  An outbound packet is acknowledged while IPX is in the process
  12. of sending that packet.  The acknowledge code attempts to cancel the
  13. outbound packet and, if successful, sends the next outbound packet.  
  14.  
  15. Previous versions of NetBIOS incorrectly report a successful cancel in this
  16. situation and then re-use the outbound packet's ECB to send the next
  17. packet, with dire consequences.  This problem has been fixed in a patched
  18. copy of NetBIOS.  This file is available on NetWire and is called
  19. NB215C.ZIP.  
  20.  
  21. If you have the version of NetBIOS that came with NetWare v2.15, revision
  22. C, you can patch the NetBIOS emulator yourself.  Listed below is the patch
  23. for the NETBIOS.EXE file (the file is dated July 20, 1989 and contains
  24. 21,219 bytes).  The patch fixes this specific problem only.
  25.  
  26.    copy netbios.exe netbios.tmp
  27.    debug netbios.tmp
  28.    -e cs:0947 <CR>
  29.    XXXX:0947  0A.0C <SPACE>           (you will need to enter the 0C and
  30.                                       press the space bar)
  31.    XXXX:0948  C0.FF <CR>              (you will need to enter the FF and
  32.                                       then press the enter key)
  33.    -e cs:1620 <CR>
  34.    XXXX:1620  0A.0C <SPACE> C0.FF <CR>     (you will need to enter the 0C
  35.                                            and press the space bar.  It
  36.                                            will return with the C0.  You
  37.                                            will enter the FF and press
  38.                                            ENTER.)
  39.    -w <CR> Writing XXXX bytes         (write the change)
  40.    -q <CR>                            (quit)
  41.  
  42. If the stated values are not returned where indicated, do not proceed with
  43. the patch.  Use the pre-patched copy of NetBIOS (available on NetWire).
  44.