Documentation ¶
Overview ¶
Package vpp2psim is only a test/demo which instanciates elements from vpp2p to show and check how they work. Think of this as a an integration check.
Index ¶
Constants ¶
const ( // MaxNbHosts is a global limit of how many local hosts the // local simulation can use. MaxNbHosts = 10000 // MaxNbRings is a global limit of how many local rings // local simulation can use, per host. MaxNbRings = 100 // MaxNbNodesPerHostRing is a global limit of how many local nodes // local simulation can use, per (host,ring) pair. MaxNbNodesPerHostRing = 10000 // MaxNbNodes is a global limit of how many local nodes // local simulation can use, per host. MaxNbNodes = 1000000 )
const PackageCopyright = "Copyright (C) 2015, 2016 Christian Mauduit <ufoot@ufoot.org>" // PackageCopyright set by version.sh
PackageCopyright contains a short copyright notice.
const PackageEmail = "ufoot@ufoot.org" // PackageEmail set by version.sh
PackageEmail contains a contact email for the package.
const PackageLicense = "GNU GPL v3" // PackageLicense set by version.sh
PackageLicense contains a short license information.
const PackageName = "Vapor Toolkit" // PackageName set by version.sh
PackageName contains a readable name of the package, suitable for display.
const PackageTarname = "vapor" // PackageTarname set by version.sh
PackageTarname contains a short name of the package, suitable for a filename.
const PackageURL = "https://github.com/ufoot/vapor" // PackageURL set by version.sh
PackageURL contains the address of the project homepage.
const VersionMajor = 0 // VersionMajor set by version.sh
VersionMajor is the project major version.
const VersionMinor = 7 // VersionMinor set by version.sh
VersionMinor is the project minor version.
const VersionStamp = "c6a4298" // VersionStamp set by version.sh
VersionStamp is the project stamp, possibly changes for each build.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.