English 中文(简体)
港口混淆(我的网络代码突破)
原标题:Port confusion (breaks my .NET code)

我的名单上已经找到了这一数据。

  TCP    127.0.0.1:9832         My-PC:9832          ESTABLISHED

我的问题是,我的当地港口是如何离开的,以及我是如何向同一个提CP港口转运的?

这违反了我的准则,因为我正在听取第9832号港的意见。 我正在发现一个许可错误。 在这项法典发挥作用之前,我需要丢失火药,重新开放我的所有表格。 还有一个问题,即猜想是否应当用于聆听,而且不会被用作一种长期的联系?

我感到困惑。

问题回答

利用同一港口号码进行离散的连接和倾听是完全有效的。 如果你与你自己的电脑连接,那么你就会像你所显示的那样获得净统计产出。

4-图人(资料来源、源-港口、排流、排流)确定了TCP的连接,因此没有说源-港口不能与排流相同。

或许你在《<<>client代码》中对某一港口具有约束力? 通常,你只需要为server<>/em>代码对特定港口进行约束。

你必须结束问题无疑与此无关。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...