aboutsummaryrefslogtreecommitdiff
path: root/gnunet/block.py
blob: ec363e0cf547c98538fccd5a5fc5e8affcceac92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
types = set([
    "any",
    "fs_dblock",
    "fs_iblock",
    "fs_kblock",
    "fs_sblock",
    "fs_nblock",
    "fs_ondemand",
    "dht_hello",
    "test",
    "fs_ublock",
    "dns",
    "gns_namerecord",
    "regex",
    "regex_accept"])