Cache GSocketAddress in UdpBsdSocket
Creating a GSocketAddress takes a measurable amount of time, so let's cache it as it doesn't change once a socket is created.
Showing
Please register or sign in to comment
Creating a GSocketAddress takes a measurable amount of time, so let's cache it as it doesn't change once a socket is created.