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
Currently, pointers use src and dst to refer to the caller and callee side of things respectively. Rename this to client and server. Although client and server is actually more specific than what pointers can represent, the terminology is more clear than src and dst.
The text was updated successfully, but these errors were encountered:
In GitLab by @JonathanMace on Sep 19, 2023, 20:29
Currently, pointers use
src
anddst
to refer to the caller and callee side of things respectively. Rename this toclient
andserver
. Althoughclient
andserver
is actually more specific than what pointers can represent, the terminology is more clear thansrc
anddst
.The text was updated successfully, but these errors were encountered: