Paramiko Channel does not implement getsockname

Bug #413496 reported by Lawrence
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
paramiko
Confirmed
Low
Robey Pointer

Bug Description

Low Priority

To quote the documentation for Channel:

A Channel is meant to behave like a socket, and has an API that should be indistinguishable from the python socket API.

A python socket implements getsockname to get the local address

socket.getsockname()
Return the socket’s own address. This is useful to find out the port number of an IPv4/v6 socket, for instance. (The format of the address returned depends on the address family — see above.)

Robey Pointer (robey)
Changed in paramiko:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Robey Pointer (robey)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.