wilseypa / llamaOS

Low-LAtency Minimal Appliance Operating System
Other
4 stars 2 forks source link

llamaNET fails on 4096 message size #95

Closed wmagato closed 11 years ago

wmagato commented 11 years ago

Application reduces size of message by header length but driver still rejects packet. Look for a '<=' instead of a '<' maybe?

wmagato commented 11 years ago

fixed. needed to account for Ethernet min message padding.