Skip to content

Commit

Permalink
Remove unused ETHERNET_MAX_PAYLOAD declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnousterhout committed Dec 13, 2024
1 parent 3588057 commit fe53afc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions homa_wire.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ enum homa_packet_type {
*/
#define HOMA_MAX_HEADER 90

/**
* define ETHERNET_MAX_PAYLOAD - Maximum length of an Ethernet packet,
* excluding preamble, frame delimeter, VLAN header, CRC, and interpacket gap;
* i.e. all of this space is available for Homa.
*/
#define ETHERNET_MAX_PAYLOAD 1500

/**
* define HOMA_MAX_PRIORITIES - The maximum number of priority levels that
* Homa can use (the actual number can be restricted to less than this at
Expand Down

0 comments on commit fe53afc

Please sign in to comment.