Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
F
fastclick-fiddling0
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Conditions générales et politique de confidentialité
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Colin Evrard
fastclick-fiddling0
Validations
e4533ab3
Valider
e4533ab3
rédigé
24 years ago
par
eddietwo
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
blech
parent
9383dc14
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
AUTHORS
+6
-2
6 ajouts, 2 suppressions
AUTHORS
FAQ
+1
-1
1 ajout, 1 suppression
FAQ
README
+20
-16
20 ajouts, 16 suppressions
README
avec
27 ajouts
et
19 suppressions
AUTHORS
+
6
−
2
Voir le fichier @
e4533ab3
...
@@ -5,7 +5,7 @@ thread, device driver updates
...
@@ -5,7 +5,7 @@ thread, device driver updates
Douglas S. J. DeCouto
Douglas S. J. DeCouto
decouto@lcs.mit.edu
decouto@lcs.mit.edu
user
level elements, Grid elements, ControlSocket Java programs
user
-
level elements, Grid elements, ControlSocket Java programs
Peilei Fan
Peilei Fan
peilei@mit.edu
peilei@mit.edu
...
@@ -19,7 +19,11 @@ Eddie Kohler
...
@@ -19,7 +19,11 @@ Eddie Kohler
eddietwo@lcs.mit.edu
eddietwo@lcs.mit.edu
design, core, language, Linux /proc interface, Linux kernel module,
design, core, language, Linux /proc interface, Linux kernel module,
standard elements, tools, documentation, distribution, IP rewriting
standard elements, tools, documentation, distribution, IP rewriting
elements, Ethernet, IP, and userlevel element updates, other elements
elements, global element updates, other elements
Mazu Networks, Inc.
http://www.mazunetworks.com/
universal improvements, new elements
Robert Morris
Robert Morris
rtm@lcs.mit.edu
rtm@lcs.mit.edu
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
FAQ
+
1
−
1
Voir le fichier @
e4533ab3
...
@@ -12,7 +12,7 @@ A. Yes.
...
@@ -12,7 +12,7 @@ A. Yes.
Q. The Click Linux patch does not apply cleanly.
Q. The Click Linux patch does not apply cleanly.
A. You need a specific version of Linux. The patch we are distributing (as
A. You need a specific version of Linux. The patch we are distributing (as
of version 1.
0
) is for Linux 2.2.1
4
. Most of the patch will apply no
of version 1.
1
) is for Linux 2.2.1
6
. Most of the patch will apply no
matter what version of Linux 2.2 you use. The problem is the Tulip
matter what version of Linux 2.2 you use. The problem is the Tulip
device driver, which seems to be changing a lot between versions.
device driver, which seems to be changing a lot between versions.
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
README
+
20
−
16
Voir le fichier @
e4533ab3
...
@@ -76,9 +76,9 @@ User-Level Program
...
@@ -76,9 +76,9 @@ User-Level Program
Run the user-level program by giving it the name of a configuration
Run the user-level program by giving it the name of a configuration
file: `click CONFIGFILE'. If you have compiled Click with pcap support,
file: `click CONFIGFILE'. If you have compiled Click with pcap support,
you'll want to use the From
BPF, ToBPF
, FromDump, and ToDump elements.
You
you'll want to use the From
Device, ToDevice
, FromDump, and ToDump elements.
can still play around with Click even without pcap support: check out
the
You
can still play around with Click even without pcap support: check out
InfiniteSource and TimedSource elements, or write your own
the
InfiniteSource and TimedSource elements, or write your own
packet-generation element.
packet-generation element.
Linux Kernel Module
Linux Kernel Module
...
@@ -86,21 +86,24 @@ Linux Kernel Module
...
@@ -86,21 +86,24 @@ Linux Kernel Module
See the `doc/click.o.8' manual page for a detailed description. To
See the `doc/click.o.8' manual page for a detailed description. To
summarize, install a configuration by running `click-install CONFIGFILE'.
summarize, install a configuration by running `click-install CONFIGFILE'.
This will also install the kernel module, if necessary. (But you must run
This will also install the kernel module if necessary and report any errors
`make install' before `click-install' will work.) You can also install the
to standard error. (You must run `make install' before `click-install' will
kernel module with `/sbin/insmod click.o', and then install a configuration
work.)
by hand with `cat CONFIGFILE > /proc/click/config'. If any errors occurred,
they will appear in `/proc/click/errors'.
You can also install the kernel module with `/sbin/insmod click.o', and
then install a configuration by hand with `cat CONFIGFILE >
/proc/click/config'. If any errors occurred, they will appear in
`/proc/click/errors'. But `click-install' is easier.
Configurations
Configurations
--------------
--------------
A few configurations are included in the `conf' directory, including a
A few configurations are included in the `conf' directory, including a
Perl script that generated the IP router configurations used in our
SOSP
Perl script that generated the IP router configurations used in our
TOCS
paper (`conf/make-ip-conf.pl') and a set of patterns for the Click
paper (`conf/make-ip-conf.pl') and a set of patterns for the Click
pattern
optimizer (`conf/ip.clickpat'). The configurations are
presently un- or
optimizer
, click-xform
(`conf/ip.clickpat'). The configurations are
under-documented. Please check back to our Web site for
more up-to-date
presently un- or
under-documented. Please check back to our Web site for
configurations.
more up-to-date
configurations.
COPYRIGHT AND LICENSE
COPYRIGHT AND LICENSE
=====================
=====================
...
@@ -119,9 +122,10 @@ us at
...
@@ -119,9 +122,10 @@ us at
- The Click software team:
- The Click software team:
Eddie Kohler
Eddie Kohler
Robert Morris
Benjie Chen
Benjie Chen
Max Poletto
Douglas S. J. DeCouto
Peilei Fan
Thomer M. Gil
Thomer M. Gil
John Jannotti
Robert Morris
Max Poletto
M. Frans Kaashoek
M. Frans Kaashoek
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter