Vde switch virtual network » vde2-2.3.2_frame_size.patch
vde2-2.3.2/src/vde_switch/port.h 2012-01-12 15:35:18.496223524 +0100 | ||
---|---|---|
struct packet {
|
||
struct ethheader header;
|
||
unsigned char data[1504]; /*including trailer, IF ANY */
|
||
unsigned char data[1600]; /*including trailer, IF ANY */
|
||
};
|
||
struct bipacket {
|