You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently working through the constants in socket for typeshed. I found that RDS_CMSG_RDMA_UPDATE is not present in linux header files for any version of linux, and the only hits for a google search are python-related. I believe this is a typo for RDS_CMSG_CONG_UPDATE, which is the only RDS_*_UPDATE constant in rds.h: see the header file here
Given that it's been that way for 13 years without anyone noticing, I don't know if it should be fixed or if it should just be removed. Original issue: #52025
Bug report
Bug description:
I was recently working through the constants in
socket
for typeshed. I found thatRDS_CMSG_RDMA_UPDATE
is not present in linux header files for any version of linux, and the only hits for a google search are python-related. I believe this is a typo forRDS_CMSG_CONG_UPDATE
, which is the onlyRDS_*_UPDATE
constant in rds.h: see the header file hereGiven that it's been that way for 13 years without anyone noticing, I don't know if it should be fixed or if it should just be removed. Original issue: #52025
Original commit: 10b8cf4
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: