home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / jr061012.zip / JR061012.RME next >
Text File  |  1993-07-19  |  2KB  |  43 lines

  1. Files needed for APAR : JR06101
  2.  RELEASE              : R2000
  3.  
  4. * LANDD OS2
  5. CRC Value : 498C
  6. Byte Size : 118836
  7. PATH ON SERVER        : \IBMCOM\PROTOCOL
  8. NOTE: THESE FIXES ARE ONLY VALID FOR ES 1.0 AND LS 2.0 LAPS. 
  9. THEY ARE NOT VALID FOR NTS/2. 
  10.  
  11. * LANDLLDD OS2
  12. CRC Value : 2CF7
  13. Byte Size : 29568
  14. PATH ON SERVER        : \IBMCOM\PROTOCOL
  15. NOTE: THESE FIXES ARE ONLY VALID FOR ES 1.0 AND LS 2.0 LAPS. 
  16. THEY ARE NOT VALID FOR NTS/2. 
  17.  
  18. This fix should only be applied to LAN Server 2.0 code at level IP06000.
  19. NOTE: Please rename your old files before applying these fixes.
  20. ===========================================================================
  21.  
  22. JR06101  
  23. WHEN A TRANSMITS WITH A BAD RETURN CODE, ADAPTER BUFFERS ARE NOT 
  24.  BEING RELEASED.  ADAPTER WILL EVENTUALLY RUN OUT OF BUFFERS.    
  25. CLOSED  PER  92/09/25 
  26. FIXCOMP= 562125303    LAN TRANSPORT  LANDLLDD.OS2 and LANDD.OS2.
  27.  
  28.  
  29. ERROR DESCRIPTION:                                                
  30. Problem discovered when trying to xmit during beaconing. Whenever the 
  31. transmit completes with a bad return code, the adapter buffers are not 
  32. being released.  This will eventually cause the adapter to run out of 
  33. buffer space.
  34.  
  35. PROBLEM CONCLUSION:                                          
  36. The LAN Tech Ref states that the ring zero buffers are returned to the 
  37. buffer pool regardless of the RC from the command using the buffers.  
  38. Currently, we return these buffers only if the RC is zero.  The UTAH 
  39. code follows the Tech Ref method.  The POPS code will be changed to 
  40. match the Tech Ref and UTAH code.  
  41. The queue elements in LANDLLDD will also be freed when LANDD bufs are freed.                     
  42.  
  43.