INT-3952: Local IP Address Header and SocketInfo

JIRA: https://jira.spring.io/browse/INT-3952
This commit is contained in:
Gary Russell
2016-02-11 10:41:00 -05:00
committed by Artem Bilan
parent 188bb8555e
commit 91387147c9
9 changed files with 198 additions and 22 deletions

View File

@@ -1422,6 +1422,9 @@ If `lookupHost` is `false`, this will contain the ip address.
| ip_port
| PORT
| The remote port for a UDP packet.
| ip_localInetAddress
| IP_LOCAL_ADDRESS
| The local `InetAddress` to which the socket is connected (since _version 4.2.5_).
| ip_ackTo
| ACKADDRESS
| The remote ip address to which UDP application-level acks will be sent.