mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 01:08:33 +00:00
chore: fix struct field name in comment (#4284)
Signed-off-by: dashangcun <907225865@qq.com>
This commit is contained in:
parent
3e590a4eb1
commit
9b1855f719
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ type Context interface {
|
|||
// GetInboundTag returns the tag of the inbound the connection was from.
|
||||
GetInboundTag() string
|
||||
|
||||
// GetSourcesIPs returns the source IPs bound to the connection.
|
||||
// GetSourceIPs returns the source IPs bound to the connection.
|
||||
GetSourceIPs() []net.IP
|
||||
|
||||
// GetSourcePort returns the source port of the connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue