GSocketClient: For _CONNECTING event, make remote address accessible
authorColin Walters <walters@verbum.org>
Mon, 18 Nov 2013 21:15:34 +0000 (16:15 -0500)
committerColin Walters <walters@verbum.org>
Mon, 18 Nov 2013 22:13:34 +0000 (17:13 -0500)
commita46459b0002af97c035133907706caeba76f7863
tree1c25e22877cc5a5decc3456734e3d2386aac2ff9
parent1f0573d2e6605d657cdf2884cc4dcd646f8a214f
GSocketClient: For _CONNECTING event, make remote address accessible

My application (hotssh) would like to get the resolved address from DNS,
before we start the connect().

We could add a new event, but it's easy enough to just cache it on the
GSocketConnection; this avoids any new API.

https://bugzilla.gnome.org/show_bug.cgi?id=712547
gio/gioprivate.h
gio/gsocketclient.c
gio/gsocketconnection.c