Skip to content
Extraits de code Groupes Projets
Valider 0fd47ea9 rédigé par benjie's avatar benjie
Parcourir les fichiers

make more room for tcp header

parent ee5d03da
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -58,7 +58,7 @@ RatedSource::configure(const Vector<String> &conf, ErrorHandler *errh)
if (_packet) _packet->kill();
// note: if you change `headroom', change `click-align'
unsigned int headroom = 16+20+8;
unsigned int headroom = 16+20+24;
_packet = Packet::make(headroom, (const unsigned char *)_data.data(),
_data.length(),
Packet::default_tailroom(_data.length()));
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter