Changeset 4107:c238b3bd2b17 in roaraudio


Ignore:
Timestamp:
07/28/10 03:36:27 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

rename CRYPTCTL to CONCTL, added comp options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4106 r4107  
    7575 +:ht (uint32) #(hash type) 
    7676 +:hash... (vardata) 
    77 +CRYPTCTL = 40 
     77+CONCTL = 40 
    7878 +:version (uint8) 
    7979 +:flags (uint8) 
     
    8787 +CCT_OPENSESS   = 2 #(This opens a crypto session) 
    8888 +:hash (uint32) 
     89 +:comp (uint16) 
     90 +COMPT_NONE  = 0 
     91 +COMPT_ZLIB  = 1 
     92 +COMPT_GZIP  = 2 
     93 +COMPT_BZIP2 = 3 
     94 +:complevel (uint8) 
     95 +:compflags (uint8) 
    8996 +:data... (dataarray) 
    9097 +CCT_CLOSESESS  = 3 #(This closes a opend cryto session) 
Note: See TracChangeset for help on using the changeset viewer.