aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCReachabilityFlagNames.xmacro.h
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Address the commentsGravatar Muxi Yan2016-10-20
|
* Flush host when network connectivity changesGravatar Muxi Yan2016-10-20
|
* kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets.Gravatar Paul Querna2016-03-13
|
* Add monitoring of connectivityGravatar Jorge Canizales2016-03-11
Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.