Description
ts.h.in lists the following declaration:
TSReturnCode TSHttpTxnOutgoingAddrSet(TSHttpTxn txnp, struct sockaddr const* addr);
However, the current implementation has this function sig:
tsapi TSReturnCode TSHttpTxnOutgoingAddrSet(TSHttpTxn txnp, struct sockaddr const* addr, socklen_t addrlen);
Trafficserver is unable to load plugins which use this function due to the unresolved symbol.