mirror of
https://git.proxmox.com/git/mirror_kronosnet
synced 2026-01-17 01:41:50 +00:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
#
|
|
# Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
|
|
#
|
|
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
|
|
#
|
|
# This software licensed under GPL-2.0+
|
|
#
|
|
|
|
Upstream resources
|
|
------------------
|
|
|
|
https://github.com/kronosnet/kronosnet/
|
|
https://ci.kronosnet.org/
|
|
https://trello.com/kronosnet (TODO list and activities tracking)
|
|
https://goo.gl/9ZvkLS (google shared drive)
|
|
https://github.com/kronosnet/knet-ansible-ci
|
|
https://lists.kronosnet.org/mailman/listinfo/users
|
|
https://lists.kronosnet.org/mailman/listinfo/devel
|
|
https://lists.kronosnet.org/mailman/listinfo/commits
|
|
https://kronosnet.org/ (web 0.1 style)
|
|
IRC: #kronosnet on Freenode
|
|
|
|
Architecture
|
|
------------
|
|
|
|
Please refer to the google shared drive Presentations directory for
|
|
diagrams and fancy schemas
|
|
|
|
Running knet on FreeBSD
|
|
-----------------------
|
|
|
|
knet requires big socket buffers and you need to set:
|
|
kern.ipc.maxsockbuf=18388608
|
|
in /etc/sysctl.conf or knet will fail to run.
|
|
|
|
currently, knet requires also:
|
|
net.inet.sctp.blackhole=1
|
|
in /etc/sysctl.conf or knet will fail to work with SCTP.
|
|
|
|
libnozzle requires if_tap.ko loaded in the kernel.
|