X Tutup
Skip to content

gh-91498: Add TCP_CONNECTION_INFO constant to socket module.#91510

Closed
corona10 wants to merge 1 commit intopython:mainfrom
corona10:gh-91498
Closed

gh-91498: Add TCP_CONNECTION_INFO constant to socket module.#91510
corona10 wants to merge 1 commit intopython:mainfrom
corona10:gh-91498

Conversation

@corona10
Copy link
Member

closes: gh-91498

@corona10
Copy link
Member Author

@methane I notice that constants like TCP_INFO and TCP_CONNECTION_INFO are used for packet analysis with struct.unpack :)

@JelleZijlstra
Copy link
Member

We already have #69256 open for this. Would you mind reviewing and merging that instead?

@corona10
Copy link
Member Author

@JelleZijlstra Oh I didn't know that, GitHub issue should be linked likewise what we did for bpo :(

@corona10 corona10 closed this Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

socket: Add TCP_CONNECTION_INFO

3 participants

X Tutup