Re: MFC-ing TCP timer race condition fix

2015-05-15 Thread Julien Charbon
nly side effect I was able to > find is the increase of struct tcpcb_mem size: > > - stable/10:struct tcpcb_mem size is 1024 bytes > - stable/10 + tcp timer change: struct tcpcb_mem size is 1032 bytes > - currently in head:struct tcpcb_mem size is 1

MFC-ing TCP timer race condition fix

2015-05-05 Thread Julien Charbon
the increase of struct tcpcb_mem size: - stable/10:struct tcpcb_mem size is 1024 bytes - stable/10 + tcp timer change: struct tcpcb_mem size is 1032 bytes - currently in head:struct tcpcb_mem size is 1048 bytes If you have extra concerns on MFC-ing this change pl

MFC-ing

2015-05-05 Thread Julien Charbon
e/10:struct tcpcb_mem size is 1024 bytes - stable/10 + tcp timer change: struct tcpcb_mem size is 1032 bytes - currently in head:struct tcpcb_mem size is 1048 bytes If you have extra concerns on MFC-ing this change please scream. Without nice yelps I plan to "MFC after: 1 month