Cisco Cisco WAP200 Wireless-G Access Point - PoE Rangebooster Notas de publicación

Descargar
Página de 172
78-21112-01             Open Source Used In WAP200 2.0.6.x                                                                                                                                   
106
 while(len>0) {
 write(fdo, buf, (len > 2048) ? 2048 : len);
 len -= 2048;
 }
#endif
 
 lseek(fdo, 0, SEEK_SET);
 
 /* ZRLE */
 while (read(fdi,&pos,4) == 4) {
   if (read(fdi,&len,4) != 4) break;
   pos = ntohl(pos);
   len = ntohl(len);
  
   lseek(fdo,pos,SEEK_SET);
   read(fdi,buf,len);
   write(fdo,buf,len);
 }
 
 close(fdi);
 close(fdo);
 free(buf);
 
 exit(0);
}
 
1.10 libmatrixssl 1.2.5 
1.10.1 Available under license : 
PeerSec Networks MatrixSSL Open Source License Agreement
 
 This software is open source; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
 
 This General Public License does NOT permit incorporating this
software into proprietary programs.  If you are unable to comply
with the GPL, a commercial license for this software may be
purchased from PeerSec Networks at http://www.peersec.com
 
=================================================================
 
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
 
=================================================================