Fold the two patches for bu6 69 together, building on the bug 65 patch
This commit is contained in:
@@ -42,6 +42,13 @@ Ipv4EndPoint::GetLocalAddress (void)
|
||||
{
|
||||
return m_localAddr;
|
||||
}
|
||||
|
||||
void
|
||||
Ipv4EndPoint::SetLocalAddress (Ipv4Address address)
|
||||
{
|
||||
m_localAddr = address;
|
||||
}
|
||||
|
||||
uint16_t
|
||||
Ipv4EndPoint::GetLocalPort (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user