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 | ||
---|---|---|
20 | 20 | |
21 | 21 |
struct packet { |
22 | 22 |
struct ethheader header; |
23 |
unsigned char data[1504]; /*including trailer, IF ANY */
|
|
23 |
unsigned char data[1600]; /*including trailer, IF ANY */
|
|
24 | 24 |
}; |
25 | 25 | |
26 | 26 |
struct bipacket { |