You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change first protocol letter multiple comparisons to strpbrk; this makes code
more readable and could increase some performance
change order of checks in whole command comparisons; NTFY is the most frequent
message so this will reduce memcmp calls - increase performance
change search for MGCP string inside packet; code more readable and without
using extra variables and loops probably faster (depend on implementation of
strstr)
Original issue reported on code.google.com by [email protected] on 22 Oct 2012 at 6:15
Original issue reported on code.google.com by
[email protected]
on 22 Oct 2012 at 6:15Attachments:
The text was updated successfully, but these errors were encountered: