]> git.proxmox.com Git - mirror_kronosnet.git/blob - README
[handle] make sure to unlock config handle on failure
[mirror_kronosnet.git] / README
1 #
2 # Copyright (C) 2010-2019 Red Hat, Inc. All rights reserved.
3 #
4 # Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
5 #
6 # This software licensed under GPL-2.0+
7 #
8
9 Upstream resources
10 ------------------
11
12 https://github.com/kronosnet/kronosnet/
13 https://ci.kronosnet.org/
14 https://trello.com/kronosnet (TODO list and activities tracking)
15 https://goo.gl/9ZvkLS (google shared drive)
16 https://github.com/kronosnet/knet-ansible-ci
17 https://lists.kronosnet.org/mailman/listinfo/users
18 https://lists.kronosnet.org/mailman/listinfo/devel
19 https://lists.kronosnet.org/mailman/listinfo/commits
20 https://kronosnet.org/ (web 0.1 style)
21 IRC: #kronosnet on Freenode
22
23 Architecture
24 ------------
25
26 Please refer to the google shared drive Presentations directory for
27 diagrams and fancy schemas
28
29 Running knet on FreeBSD
30 -----------------------
31
32 knet requires big socket buffers and you need to set:
33 kern.ipc.maxsockbuf=18388608
34 in /etc/sysctl.conf or knet will fail to run.
35
36 libnozzle requires if_tap.ko loaded in the kernel.