Code: Select all
ImportC "-lc"
__errno_location()
EndImport
error = PeekI(__errno_location())
Code: Select all
ImportC "-lc"
__errno_location()
EndImport
error = PeekI(__errno_location())
Sorry, no bell being rung here.idle wrote: Mon May 05, 2025 8:00 am Isn't that like standard MTU maximum transmission unit on a lan? Seems to ring a bell
With all do respect to Idle, what are the point of these functions then? I expected to be able to send 10K+ chars over the wire exactly like I can over localhost. However, this seemingly only changed it from being able to send up to 700 or so bytes (a single read/write on the socket) to 2750 ,because of...some ISP limit? WTF? I hate networking.miso wrote: Mon May 05, 2025 4:15 pm They stream it, and assemble together at the endpoint. And yes, ISP-s sets an MTU of their own.
Code: Select all
netsh interface ipv4 show subinterfaces