https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245022
--- Comment #1 from Rick Macklem <[email protected]> --- Created attachment 212664 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212664&action=edit modify kernel UDP client to use global xid This patch modifies the kernel RPC UDP client so that it uses a single global xid instead of one "per connection". I couldn't see exactly how the "per connection" xid could end up reusing the same value, but since a "connection" is a sketchy concept anyhow and a global xid will not repeat for 4billion RPCs, this should avoid any reuse of the same xid value. (I suspect the "per connection xid" code was inherited from userland RPC library code, where a global value is not practical.) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
