hi all,
i am using kernel 2.6.11.1 & implementing timers struct timer_list to introduce the delay between successive acknowledgements! i have declared the static struct timer_list * my_timer as local in tcp_send_ack function defined in tcp_output.c.
i have allocated the memory for struct timer_list using kmalloc. some portion of the code for timer_list is as follows:
my_timer->expires = jiffies + .01 * HZ
kiran kumar s.k
N.I.T.K,surathkal