Skip to content

Instantly share code, notes, and snippets.

@pancurster
Created August 17, 2012 06:10
Show Gist options
  • Save pancurster/3376344 to your computer and use it in GitHub Desktop.
Save pancurster/3376344 to your computer and use it in GitHub Desktop.
lwIP fragment?
do { \
pcb->next = *&tcp_bound_pcbs; \
*(&tcp_bound_pcbs) = pcb; \
tcp_timer_needed(); \
} while (0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment