I have an application written in C that opens a TCP connection from the client to the server via IPoIB. I need to look up the GUID/GID of the client from the server, preferably without invoking an external application.
Is there a way of doing this via ibverbs or such given we only have a TCP connection open at this point (and all the usual information associated with one)?