mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* reverse part of a change that accidentally crept in with the last revision
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
/// <value>
|
||||
/// The endpoint of a sender of a particular packet. The port is changed by the various socket receive methods
|
||||
/// </value>
|
||||
protected EndPoint epSender = new IPEndPoint(IPAddress.Any, 0);
|
||||
protected EndPoint epSender;
|
||||
|
||||
protected EndPoint epProxy;
|
||||
protected int proxyPortOffset;
|
||||
@@ -175,6 +175,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
/// <param name="result"></param>
|
||||
protected virtual void OnReceivedData(IAsyncResult result)
|
||||
{
|
||||
epSender = new IPEndPoint(listenIP, 0);
|
||||
Packet packet = null;
|
||||
|
||||
int numBytes = 1;
|
||||
|
||||
Reference in New Issue
Block a user