Release 3.1 =============== o Updated for 2.6.20 kernel o Backward compatible with all older wanpipe release: 2.3.2,2.3.3,2.3.4,3.1.0 Release 2.3.2-7 =============== o Updated Rx Throughput Facility o Bug fix on LAPB re-transmission. o Bug fix on TX Window/Packet Facility negotiations. The outgoing facilites were not read only incoming. Release 2.3.2-6j ================ o Updated Facility Code Confirmed that -u works with string greater than 16 bytes. Release 2.3.2-6h ================ o Updated Facility Code Confirmed that -u works with string greater than 16 bytes. Release 2.3.2-6g ================ Jan 20 2005 o Update sample server code: /etc/wanpipe/api/mpapi/x25/server_v1.c Each time server listen socket receives OOB message it checks for LAPB status. Release 2.3.2-6f ================ Jan 16 2005 o Updated OOB event functionality On Connected and Disconnect the listen socket will get an OOB event. After the OOB Event: User can check the state of the LAPB Protocol using: err=ioctl(listen_sock,SIOCG_LAPB_STATUS,0); where: err=1: Connected err=0: Disconnected err<0: Error Release 2.3.2-6e ================ o Updated the listen OOB event functionality. On lapb disconnect, the listen socket will receive OOB event but will stay active. The user must set the socket back into lisening state with eg: listen(sock,10) command, before going back to select() to wait for lapb connection. o To increase wanpipe tracing set the following define in cd patches/kdrivers/include vi wanpipe.h Set #define MAX_LGTH_UDP_MGNT_PKT 2000 to a desired value.