No description
Find a file
Fabio M. Di Nitto f8b3f586b1
Merge pull request #285 from kronosnet/kill-latency
[links] kill redundant latency in link status and move it to stats
2020-03-01 07:54:20 +01:00
build-aux [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
init [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
kronosnetd [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
libknet [links] kill redundant latency in link status and move it to stats 2020-02-28 11:27:12 +01:00
libnozzle [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
m4 build: accomodate to the actual date utility 2018-03-23 15:35:23 +01:00
man man: Change strcat to strncat 2020-02-20 08:14:15 +00:00
poc-code [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
.gitarchivever Support for git archive stored tags 2018-09-04 18:09:24 +02:00
.gitattributes Support for git archive stored tags 2018-09-04 18:09:24 +02:00
.gitignore [coverity] add test targets to run coverity automatically 2019-07-23 09:15:15 +02:00
.travis.yml [coverity] add .travis.yml to integrate CI with coverity scan 2019-07-17 09:41:20 +02:00
autogen.sh [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
configure.ac [global] Update copyright across the board 2020-01-31 06:29:51 +01: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 06:29:51 +01:00
kronosnet.spec.in [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
Makefile.am [global] Update copyright across the board 2020-01-31 06:29:51 +01:00
NOTES_TO_PACKAGE_MAINTAINERS [global] update notes to package maintainers 2018-12-18 12:34:51 +01:00
README [global] Update copyright across the board 2020-01-31 06:29:51 +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.