Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Port number 65535 is valid for using #256

Open
Assignees
dmitry-lipetsk
@dmitry-lipetsk

Description

@dmitry-lipetsk

Testgres cannot allocate a port number 65535, because it uses the range(1024, 65535):

self._available_ports:typing.Set[int]=set(range(1024,65535))

Image

I think we have to allow usage of 65535 port number to enlarge our valid range of ports )

The fix is trivial -set ( range ( 1024 , 65536 )

Another problems in this code will be fixed, too.

See also

https://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp