https://bz.apache.org/bugzilla/show_bug.cgi?id=65159
--- Comment #36 from Yann Ylavic <[email protected]> --- Created attachment 38021 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38021&action=edit Counter in network byte order for uuencoding only How about this patch? The counter remains in host byte order in cur_unique_id so that we can cur_unique_id.counter++, and the htons() is done outside the "critical section" so that the counter remains in network byte order for the uuencoding. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
