Padding of small Ethernet frames
Ouverte
enhancement
- Langage dominant
- Rust
- Étoiles
- 45
- Forks
- 6
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Small Ethernet frames (i.e. smaller than 42/46 bytes) should perhaps be padded to the minimum frame length:
https://en.wikipedia.org/wiki/Ethernet_frame#Payload
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Look for Ethernet frame handling in the codebase, likely in a module like `ethox::wire` or `ethox::layer`. Understand the current frame construction and where padding logic would be added. Check the Wikipedia link for Ethernet frame minimum length details (42/46 bytes). Write a test to verify small frames are padded correctly.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- rust
- Domaine
- networking
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 55/100