repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stun: close socket before returning in error case
[netsniff-ng.git]
/
config.h
blob
a73edd5c35fab89b7c347d3e9129616d509d48b9
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
#define FILE_CLIENTS
".curvetun/clients"
5
#define FILE_SERVERS
".curvetun/servers"
6
#define FILE_PRIVKEY
".curvetun/priv.key"
7
#define FILE_PUBKEY
".curvetun/pub.key"
8
#define FILE_USERNAM
".curvetun/username"
9
10
#endif
/* CONFIG_H */