lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Data packets splitting on odd boundaries -> causes exce


From: Jani Monoses
Subject: Re: [lwip-users] Data packets splitting on odd boundaries -> causes exception
Date: Thu, 20 Feb 2003 13:49:05 +0200

You could try to round len down to multiple of alignment factor (say 4)
in that loop in netconn_write so that dataptr stays aligned too when 
incremented.
But I don't know whether it's the right solution 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]