Go to file
2020-10-19 07:10:35 +02:00
build-aux [tests] add more exceptions to deal with Ubuntu latest rebuilds (clang counterpart) 2020-10-12 15:43:30 +02:00
libknet [cleanup] remove unused infrastructure to send HOSTINFO messages 2020-09-21 18:14:57 +02:00
libnozzle [tests] strip extra symbol information generated by new nm 2020-05-13 17:19:32 +02:00
m4 [man] use libqb version of doxygen2man when available 2020-03-25 12:10:08 +01:00
man [cleanup] kill all unsupported kronosnetd code 2020-08-13 10:58:46 +02:00
.gitarchivever Support for git archive stored tags 2018-09-05 14:34:20 +02:00
.gitattributes Support for git archive stored tags 2018-09-05 14:34:20 +02:00
.gitignore [coverity] add test targets to run coverity automatically 2019-08-21 10:38:47 +02:00
.travis.yml [coverity] add .travis.yml to integrate CI with coverity scan 2019-08-21 10:36:50 +02:00
autogen.sh [global] Update copyright across the board 2020-01-31 09:55:02 +01:00
configure.ac [cleanup] drop no longer used poc-code 2020-08-13 10:58:58 +02:00
COPYING.applications Add licence/copyright 2010-08-26 09:44:52 +02:00
COPYING.libraries Add licence/copyright 2010-08-26 09:44:52 +02:00
COPYRIGHT [global] Update copyright across the board 2020-01-31 09:55:02 +01:00
kronosnet.spec.in [cleanup] kill all unsupported kronosnetd code 2020-08-13 10:58:46 +02:00
Makefile.am [cleanup] drop no longer used poc-code 2020-08-13 10:58:58 +02:00
NOTES_TO_PACKAGE_MAINTAINERS [cleanup] kill all unsupported kronosnetd code 2020-08-13 10:58:46 +02:00
README [global] Update copyright across the board 2020-01-31 09:55:02 +01:00
README.licence Add licence/copyright 2010-08-26 09:44:52 +02:00

#
# 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.