Project

General

Profile

Vde switch virtual network » vde2-2.3.2_frame_size.patch

Patch to increase max frame size of vde_switches to 1600 bytes - Martin Hundebøll, 01/12/2012 03:54 PM

View differences:

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 {
(7-7/8)